Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / java / org / opendaylight / controller / remote / rpc / registry / RpcRegistry.java
index 7c5efc29e8640c6028ca829fd022b12aea010400..43f5dbcdc0ea8d71d77afec172f4f5328cd66e5d 100644 (file)
@@ -34,7 +34,8 @@ import scala.concurrent.duration.FiniteDuration;
 
 /**
  * Registry to look up cluster nodes that have registered for a given rpc.
- * <p/>
+ *
+ * <p>
  * It uses {@link org.opendaylight.controller.remote.rpc.registry.gossip.BucketStore} to maintain this
  * cluster wide information.
  */