Fix eclipse/checkstyle warnings
[yangtools.git] / yang / yang-common / src / main / java / org / opendaylight / yangtools / yang / common / RpcError.java
index 63f59d5beaaf6919f992ad27d02fdf3c91be148d..b1a79f402d8bf429718176b4cc5e428d0b84a23c 100644 (file)
@@ -49,6 +49,7 @@ public interface RpcError {
 
     /**
      * Returns a short string that identifies the general type of error condition.
+     *
      * <p>
      * The following outlines suggested values as defined by netconf (<a href="https://tools.ietf.org/html/rfc6241#page-89">RFC 6241</a>):
      * <pre>
@@ -93,7 +94,6 @@ public interface RpcError {
     String getMessage();
 
     /**
-     *
      * Returns a string containing additional information to provide extended
      * and/or implementation-specific debugging information.
      *
@@ -102,7 +102,6 @@ public interface RpcError {
     String getInfo();
 
     /**
-     *
      * Returns an exception cause.
      *
      * @return a Throwable if the error was triggered by exception, null otherwise.