Fix CS warnings in sal-remoterpc-connector and enable enforcement
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / java / org / opendaylight / controller / remote / rpc / registry / mbeans / RemoteRpcRegistryMXBean.java
index 55ff332226c2633cde1809be53d5522b677aa4fa..ea54e67b06acafc183975d2144a82338261e1d45 100644 (file)
@@ -13,9 +13,8 @@ import java.util.Map;
 import java.util.Set;
 
 /**
- * JMX bean to check remote rpc registry
+ * JMX bean to check remote rpc registry.
  */
-
 public interface RemoteRpcRegistryMXBean {
 
     Set<String> getGlobalRpc();