Bug 3670 (part 3/5): Use of new statement parser in yang-maven-plugin
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / impl / YangParserListenerImpl.java
index 1e71e4d2c58a454ee610d62eb4bdf63d5abaa25c..0a3c7fe6ef196db780268b21a9783437fc5a82ff 100644 (file)
@@ -138,10 +138,10 @@ public final class YangParserListenerImpl extends YangParserBaseListener {
      * the "BaseListener" aspect, which need not be exposed to the user. Maybe
      * factor out a base class into repo.spi?
      *
-     * @param namespaceContext
-     * @param sourcePath
-     * @param walker
-     * @param tree
+     * @param namespaceContext namespaceContext
+     * @param sourcePath sourcePath
+     * @param walker walker
+     * @param tree tree
      * @return new instance of YangParserListenerImpl
      */
     public static YangParserListenerImpl create(final Map<String, NavigableMap<Date, URI>> namespaceContext,