Remove public from interface methods. Cleans sonar warnings.
[controller.git] / opendaylight / clustering / services / src / main / java / org / opendaylight / controller / clustering / services / ICoordinatorChangeAware.java
index 4a92aca6049d76bd1e1694667cb1c80bf73d4ae8..5d0edd8d009ea03280fc1ce3f70027bf4b722644 100644 (file)
@@ -28,5 +28,5 @@ public interface ICoordinatorChangeAware {
      * Function that will be called when there is the event of
      * coordinator change in the cluster.
      */
-    public void coordinatorChanged();
+    void coordinatorChanged();
 }