BUG-865: clean up yang.parser.builder
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / builder / api / Builder.java
index b208c8a31462268aa66227813c74734e2cf1d8ab..76d10b69edc7b93bd70a9abba9a8f9a3546cdcce 100644 (file)
@@ -23,15 +23,6 @@ public interface Builder extends Mutable {
      */
     String getModuleName();
 
-    /**
-     * Set name of module in which this node is declared.
-     *
-     * @param moduleName name of module
-     * @deprecated Module name should be set during creation of builder.
-     */
-    @Deprecated
-    void setModuleName(String moduleName);
-
     /**
      * Get current line in yang file, on which statement
      * associated with this builder was declared.