Fix CS warnings in sal-clustering-commons and enable enforcement
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / ActorSystemProvider.java
index 31ce16a1c01b071de0c4d8783763ea11dc8ca382..dcb3b6b714150202bc4b68840b816a07a853d252 100644 (file)
@@ -17,8 +17,11 @@ import org.opendaylight.yangtools.concepts.ListenerRegistration;
  * @author Thomas Pantelis
  */
 public interface ActorSystemProvider {
+
     /**
-     * @return the current ActorSystem.
+     * Returns the ActorSystem.
+     *
+     * @return the ActorSystem.
      */
     @Nonnull
     ActorSystem getActorSystem();