BUG-4688: eliminate QName(Module).getFormattedRevision()
[yangtools.git] / yang / yang-common / src / main / java / org / opendaylight / yangtools / yang / common / QNameModule.java
index 31a4b85212ea434cef116b2c8453aa837b8e6c5f..886d8eedd82eee09dc8e17fa85d4c6159238d7f9 100644 (file)
@@ -77,10 +77,6 @@ public final class QNameModule implements Immutable, Serializable {
         return new QNameModule(namespace, revision);
     }
 
-    public String getFormattedRevision() {
-        return revision == null ? null : revision.toString();
-    }
-
     /**
      * Returns the namespace of the module which is specified as argument of
      * YANG Module <b><font color="#00FF00">namespace</font></b> keyword.