BUG-2159: fix wrong javadocs
[yangtools.git] / common / util / src / main / java / org / opendaylight / yangtools / util / HashCodeBuilder.java
index 99da089384286c1b009528c36cd27ff8d4fda459..1b6b881556e0c8fab32154028436ade18ec64410 100644 (file)
@@ -20,7 +20,7 @@ public final class HashCodeBuilder<T> implements Builder<Integer> {
 
     /**
      * Create a new instance, with internal hash initialized to 1,
-     * equivalent of {@link #HashCodeBuilder(1)}.
+     * equivalent of <code>HashCodeBuilder(1)</code>.
      */
     public HashCodeBuilder() {
         this(1);