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=5f58bc9ef57f61f28326c7e661a23ba57c0bfafd;hb=b5cb353e3553a39f576c284119af75ffa5ea66a9;hp=3f927736b5a8eaf5ee1be0e355a43f616fb2d9a1;hpb=9d382baa1e291f3199089b00f2e9adf910c1f9a0;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 3f927736b5..5f58bc9ef5 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,11 +17,10 @@ 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 */ -abstract class LeaderLocalDelegateFactory extends DelegateFactory { +abstract class LeaderLocalDelegateFactory { private final Shard shard; protected LeaderLocalDelegateFactory(final Shard shard) { @@ -60,8 +59,10 @@ abstract class LeaderLocalDelegateFactory extends DelegateFactory