X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=mdsal.git;a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fdom%2Fcodec%2Fapi%2FBindingStreamEventWriter.java;h=063a7a0bee32b35afa2cf3d85f33ca1dd8d6d202;hp=8422b8c5c34dd384c991adcc30736a14511cdd36;hb=eeb66c4bd7d387bb8583efc6b4398cfc00268993;hpb=e39546061fd099f654acb1fb3b563a24e4adf72f diff --git a/binding/mdsal-binding-dom-codec-api/src/main/java/org/opendaylight/mdsal/binding/dom/codec/api/BindingStreamEventWriter.java b/binding/mdsal-binding-dom-codec-api/src/main/java/org/opendaylight/mdsal/binding/dom/codec/api/BindingStreamEventWriter.java index 8422b8c5c3..063a7a0bee 100644 --- a/binding/mdsal-binding-dom-codec-api/src/main/java/org/opendaylight/mdsal/binding/dom/codec/api/BindingStreamEventWriter.java +++ b/binding/mdsal-binding-dom-codec-api/src/main/java/org/opendaylight/mdsal/binding/dom/codec/api/BindingStreamEventWriter.java @@ -20,54 +20,47 @@ import org.opendaylight.yangtools.yang.binding.Identifier; /** * Event Stream Writer for Binding Representation. * - *

Emmiting Event Stream

- * - * * - *

Implementation notes

This interface is not intended to be implemented by users of generated Binding DTOs - * but to be used by utilities, which needs to emit NormalizedNode model from Binding DTOs. + *

Implementation notes

+ * This interface is not intended to be implemented by users of generated Binding DTOs but to be used by utilities, + * which needs to emit NormalizedNode model from Binding DTOs. * *

* This interface is intended as API definition of facade for real Event / Stream Writer, without explicitly requiring