From: Robert Varga Date: Tue, 5 Apr 2022 15:31:10 +0000 (+0200) Subject: Fixup BindingStreamEventWriter javadoc X-Git-Tag: v9.0.2~27 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=mdsal.git;a=commitdiff_plain;h=f6de05a0afff675c1c5c2b7e49125f2f23905bf2 Fixup BindingStreamEventWriter javadoc JDK17 is picky and the class documentation is a mess anyway. Fix it up. Change-Id: If7e656b9f3336b9a0cffcc9f64c17eb9853fc919 Signed-off-by: Robert Varga --- 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