BUG-6937: Add ReachableMember case to Gossiper
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / java / org / opendaylight / controller / remote / rpc / registry / mbeans / RemoteRpcRegistryMXBean.java
index ddd33336ed094ffaa2e77b000b8c912eb19517ce..ea54e67b06acafc183975d2144a82338261e1d45 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+
 package org.opendaylight.controller.remote.rpc.registry.mbeans;
 
 
 package org.opendaylight.controller.remote.rpc.registry.mbeans;
 
 
@@ -5,9 +13,8 @@ import java.util.Map;
 import java.util.Set;
 
 /**
 import java.util.Set;
 
 /**
- * JMX bean to check remote rpc registry
+ * JMX bean to check remote rpc registry.
  */
  */
-
 public interface RemoteRpcRegistryMXBean {
 
     Set<String> getGlobalRpc();
 public interface RemoteRpcRegistryMXBean {
 
     Set<String> getGlobalRpc();