Move parent checks to onStatementAdded()
[yangtools.git] / yang / yang-parser-rfc7950 / src / main / java / org / opendaylight / yangtools / yang / parser / rfc7950 / stmt / notification / AbstractNotificationStatementSupport.java
index b57746b3134ed6a1c4c997b14f7c68183c846356..3b7b532b836054af2ac65f404be0b72a62872c87 100644 (file)
@@ -50,5 +50,6 @@ abstract class AbstractNotificationStatementSupport
         }
     }
 
+    // FIXME: remove this method
     abstract void checkEffective(Current<QName, NotificationStatement> stmt);
 }
\ No newline at end of file