Mechanical code cleanup (sal-distributed-datastore)
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / MemberNode.java
index de751beeb9d91a16dd3f013de2bfdb067d112a27..3aaf027b227577a1128f6387d0477f5396547a1a 100644 (file)
@@ -292,7 +292,7 @@ public class MemberNode {
         }
     }
 
-    public static interface RaftStateVerifier {
+    public interface RaftStateVerifier {
         void verify(OnDemandRaftState raftState);
     }
 }
\ No newline at end of file