Fix checkstyle issues reported by odlparent-3.0.0's checkstyle
[yangtools.git] / yang / yang-common / src / main / java / org / opendaylight / yangtools / yang / common / QNameModule.java
index 240778136f23764776964dd70ea6335ac03ce901..ef94e82aec3e7dde762b753ce2042932b987d146 100644 (file)
@@ -128,10 +128,11 @@ public final class QNameModule implements Comparable<QNameModule>, Immutable, Se
     }
 
     /**
-     * Returns a namespace in form defined by section 5.6.4. of {@link https://tools.ietf.org/html/rfc6020}, for example
+     * Returns a namespace in form defined by section 5.6.4. of
+     * <a href=https://tools.ietf.org/html/rfc6020">RFC6020</a>, for example
      * {@code http://example.acme.com/system?revision=2008-04-01}.
      *
-     * @return Namespace in form defined by section 5.6.4. of {@link https://tools.ietf.org/html/rfc6020}.
+     * @return Namespace in form defined by section 5.6.4. of RFC6020.
      * @throws URISyntaxException on incorrect namespace definition
      *
      */