X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FLeaderLocalDelegateFactory.java;h=0f766295409c73e0305f6d45dd3fbc2df605afce;hp=3f927736b5a8eaf5ee1be0e355a43f616fb2d9a1;hb=ef3b9a8300db1c791f2c4088d39152ccf9f5b97c;hpb=9d382baa1e291f3199089b00f2e9adf910c1f9a0 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..0f76629540 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 extends DelegateFactory { private final Shard shard; protected LeaderLocalDelegateFactory(final Shard shard) { @@ -60,8 +59,10 @@ abstract class LeaderLocalDelegateFactory extends DelegateFactory