preparing QueueKeeper and message translation
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / OpenflowPluginProvider.java
index e3e67b94c9e6406c75f404702b12805a2b8731cd..8e9cf612d958b0054759ce33b1a8c9312f1a5025 100644 (file)
@@ -1,3 +1,10 @@
+/**
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.openflowplugin.openflow.md.core.sal;
 
 import java.util.Collection;
@@ -10,6 +17,9 @@ import org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderCo
 import org.opendaylight.yangtools.yang.binding.RpcService;
 import org.osgi.framework.BundleContext;
 
+/**
+ * OFPlugin provider implementation
+ */
 public class OpenflowPluginProvider implements BindingAwareProvider {
 
     private BindingAwareBroker broker;
@@ -41,6 +51,7 @@ public class OpenflowPluginProvider implements BindingAwareProvider {
         return Collections.emptySet();
     }
 
+    @Override
     public java.util.Collection<? extends RpcService> getImplementations() {
         return Collections.emptySet();
     }