Fix checkstyle in javadocs
[mdsal.git] / binding / mdsal-binding-api / src / main / java / org / opendaylight / mdsal / binding / api / RpcConsumerRegistry.java
index 10c13cf19d793a61ad9c3a8d242a8816bf0e236e..9dc24ce26add202ca092a7bfafe887991a7b11a4 100644 (file)
@@ -36,7 +36,6 @@ public interface RpcConsumerRegistry extends BindingService {
      * <li>Prior to invoking the actual implementation, the method arguments are are validated. If
      * any are invalid, an {@link IllegalArgumentException} is thrown.
      * </ul>
-     *
      * The returned proxy is automatically updated with the most recent registered implementation.
      *
      * <p>