Bug 4098 - ofoverlay-renderer failure in jdk8
[groupbasedpolicy.git] / groupbasedpolicy / src / main / java / org / opendaylight / groupbasedpolicy / endpoint / EndpointRpcRegistry.java
index 5af2ff3494327e8aff016ebe5839bd54f4028a49..ce6acd51e291c218d78a204bfc9c1642f8ba0fd4 100644 (file)
@@ -118,7 +118,7 @@ public class EndpointRpcRegistry implements EndpointService {
 
     /**
      *
-     * @param regImp
+     * @param regImp the endpoint augmentation
      * @throws Exception
      */
     public static void unregister(EpRendererAugmentation regImp)
@@ -167,9 +167,9 @@ public class EndpointRpcRegistry implements EndpointService {
     /**
      * Constructor
      *
-     * @param dataProvider
-     * @param rpcRegistry
-     * @param executor
+     * @param dataProvider the {@link DataBroker}
+     * @param rpcRegistry  the {@link RpcProviderRegistry}
+     * @param executor     the {@link ScheduledExecutorService}
      */
     private EndpointRpcRegistry(DataBroker dataProvider,
             RpcProviderRegistry rpcRegistry,