Fix code smells in yang-parser-spi
[yangtools.git] / yang / yang-parser-reactor / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / NamespaceStorageSupport.java
index 26a5ce002ebc46e28f8f14b9fab324c3a6f3f7a6..5e3d49a4fa70e628790a55dc421d6bf13d6be4cf 100644 (file)
@@ -93,7 +93,7 @@ abstract class NamespaceStorageSupport implements NamespaceStorageNode {
      * @param <V> namespace value type
      * @param <N> namespace type
      * @param <T> key type
-     * @param <U> key type
+     * @param <U> value type
      * @throws NamespaceNotAvailableException when the namespace is not available.
      */
     public final <K, V, T extends K, U extends V, N extends IdentifierNamespace<K, V>> void addToNs(