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 / builder / api / Builder.java
index 5270396c579cc6662c60241e2e01e810d6366ac4..b208c8a31462268aa66227813c74734e2cf1d8ab 100644 (file)
@@ -26,7 +26,7 @@ public interface Builder extends Mutable {
     /**
      * Set name of module in which this node is declared.
      *
-     * @param moduleName
+     * @param moduleName name of module
      * @deprecated Module name should be set during creation of builder.
      */
     @Deprecated
@@ -62,7 +62,7 @@ public interface Builder extends Mutable {
      * method, this builder is also built and unknown node is added
      * as child to the product of this builder.
      *
-     * @param unknownNode
+     * @param unknownNode an unknown node builder
      */
     void addUnknownNodeBuilder(UnknownSchemaNodeBuilder unknownNode);