Bug 8231: Fix testChangeListenerRegistration failure
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / LeaderLocalDelegateFactory.java
index 0f766295409c73e0305f6d45dd3fbc2df605afce..5f58bc9ef57f61f28326c7e661a23ba57c0bfafd 100644 (file)
@@ -20,7 +20,7 @@ import com.google.common.base.Preconditions;
  * @param <D> delegate type
  * @param <M> message type
  */
-abstract class LeaderLocalDelegateFactory<M, D> extends DelegateFactory<M, D> {
+abstract class LeaderLocalDelegateFactory<M> {
     private final Shard shard;
 
     protected LeaderLocalDelegateFactory(final Shard shard) {