Keep DataChange registrations and notifications local
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / example / ExampleActor.java
index aa100df9d0517dfa014a78054e2319d8b1bd34fe..cbd7ca2d70f5dc090a1e842b75c200cb0c1976b9 100644 (file)
@@ -92,6 +92,10 @@ public class ExampleActor extends RaftActor {
         LOG.debug("Snapshot applied to state :" + ((HashMap) snapshot).size());
     }
 
+    @Override protected void onStateChanged() {
+
+    }
+
     @Override public void onReceiveRecover(Object message) {
         super.onReceiveRecover(message);
     }