X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fdom%2Fcodec%2Fimpl%2FDataObjectCodecPrototype.java;h=e53354f09d2618902efa030cd997742c3ea8c9b3;hb=f3be50ed801e5de305eb46b824e6bc3c6075e4bc;hp=a414c2972cd27e2bd6a65db661404cd0462decf7;hpb=0091d677fa7b610c9236c626036c9f67e53ae560;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/DataObjectCodecPrototype.java b/binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/DataObjectCodecPrototype.java index a414c2972c..e53354f09d 100644 --- a/binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/DataObjectCodecPrototype.java +++ b/binding/mdsal-binding-dom-codec/src/main/java/org/opendaylight/mdsal/binding/dom/codec/impl/DataObjectCodecPrototype.java @@ -16,7 +16,7 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier.Item; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier; abstract sealed class DataObjectCodecPrototype extends CommonDataObjectCodecPrototype - permits CaseCodecPrototype, ChoiceCodecPrototype, ContainerLikeCodecPrototype, ListCodecPrototype, + permits CaseCodecPrototype, ContainerLikeCodecPrototype, ListCodecPrototype, NotificationCodecContext.Prototype { private final @NonNull NodeIdentifier yangArg; @@ -34,7 +34,7 @@ abstract sealed class DataObjectCodecPrototype e } @Override - final NodeIdentifier getYangArg() { + final NodeIdentifier yangArg() { return yangArg; } }