X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FLeaderLocalDelegateFactory.java;h=fbd974a1da8bb8777721944914b153230bbe954b;hb=ca8bd9ab89b808ea1008ccf07c389097430bc911;hp=8ce28571ee16b22bca1d1a5a8d76e5c88dd51583;hpb=66a6b6f931af3fcd1ce61263c457304cfbdc2bb5;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LeaderLocalDelegateFactory.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LeaderLocalDelegateFactory.java index 8ce28571ee..fbd974a1da 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LeaderLocalDelegateFactory.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/LeaderLocalDelegateFactory.java @@ -17,9 +17,9 @@ import com.google.common.base.Preconditions; * Base class for factories instantiating delegates which are local to the * shard leader. * - * delegate type - * message type - * initial state type + * @param delegate type + * @param message type + * @param initial state type */ abstract class LeaderLocalDelegateFactory extends DelegateFactory { private final Shard shard; @@ -64,5 +64,6 @@ abstract class LeaderLocalDelegateFactory extends DelegateFactory