Implement ModelStatement.toString()
[yangtools.git] / model / yang-model-ri / src / main / java / org / opendaylight / yangtools / yang / model / ri / stmt / impl / eff / NotificationEffectiveStatementImpl.java
index d84471cf380bcf5bb6f66640f1b351179c8d0591..093ffbaae9aa23ea05127919320236842901ecf7 100644 (file)
@@ -68,9 +68,4 @@ public final class NotificationEffectiveStatementImpl
     public NotificationEffectiveStatement asEffectiveStatement() {
         return this;
     }
-
-    @Override
-    public String toString() {
-        return NotificationEffectiveStatementImpl.class.getSimpleName() + "[qname=" + argument + "]";
-    }
 }