Cleanup NotificationNodeContainer
[yangtools.git] / yang / yang-data-util / src / main / java / org / opendaylight / yangtools / yang / data / util / ContainerSchemaNodes.java
index b646a63a6c66b32c0ed2019c70b9569f3a962ae2..b62998eb43cbd30b4048f692bb80b3eec775a1d8 100644 (file)
@@ -184,6 +184,11 @@ public final class ContainerSchemaNodes {
         public Set<ActionDefinition> getActions() {
             return ImmutableSet.of();
         }
+
+        @Override
+        public Set<NotificationDefinition> getNotifications() {
+            return ImmutableSet.of();
+        }
     }
 
     private static final class NotificationContainerSchemaNode extends AbstractContainerSchemaNode {