Cleanup DocumentedNode
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / Module.java
index 3a4ea43c6b500768bd49bd1c838326299fccd4f6..90daf966ce7c5e6be70be77520285a94c761a842 100644 (file)
@@ -137,26 +137,6 @@ public interface Module extends DataNodeContainer, DocumentedNode, NotificationN
      */
     YangVersion getYangVersion();
 
-    /**
-     * Returns the module description.
-     *
-     * @return string with the module description which is specified as argument
-     *         of YANG {@link Module <b><font
-     *         color="#b8860b">description</font></b>} keyword
-     */
-    @Override
-    String getDescription();
-
-    /**
-     * Returns the module reference.
-     *
-     * @return string with the module reference which is specified as argument
-     *         of YANG {@link Module <b><font
-     *         color="#008b8b">reference</font></b>} keyword
-     */
-    @Override
-    String getReference();
-
     /**
      * Returns the module organization.
      *