X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-runtime-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fruntime%2Fapi%2FNotificationRuntimeType.java;h=821a58d75e3a7cf67636078b3a6a0d9620045ae1;hb=refs%2Fchanges%2F22%2F100122%2F11;hp=a89be0b8eaf9730b75a0e178534c69daaebbc175;hpb=2037a8c6e17b521c9ccf1ee3a1a965fa96cade3d;p=mdsal.git diff --git a/binding/mdsal-binding-runtime-api/src/main/java/org/opendaylight/mdsal/binding/runtime/api/NotificationRuntimeType.java b/binding/mdsal-binding-runtime-api/src/main/java/org/opendaylight/mdsal/binding/runtime/api/NotificationRuntimeType.java index a89be0b8ea..821a58d75e 100644 --- a/binding/mdsal-binding-runtime-api/src/main/java/org/opendaylight/mdsal/binding/runtime/api/NotificationRuntimeType.java +++ b/binding/mdsal-binding-runtime-api/src/main/java/org/opendaylight/mdsal/binding/runtime/api/NotificationRuntimeType.java @@ -14,7 +14,7 @@ import org.opendaylight.yangtools.yang.model.api.stmt.NotificationEffectiveState * A {@link RuntimeType} associated with a {@code notification} statement. */ @Beta -public interface NotificationRuntimeType extends CompositeRuntimeType { +public interface NotificationRuntimeType extends AugmentableRuntimeType { @Override NotificationEffectiveStatement statement(); }