Fix checkstyle in mdsal-binding2-dom-codec
[mdsal.git] / binding2 / mdsal-binding2-dom-codec / src / main / java / org / opendaylight / mdsal / binding / javav2 / dom / codec / generator / impl / StreamWriterGenerator.java
index cb372eb82f7c7fa1287910be382dbe3c72ea64ef..824badbe45239f537ab6729980929ddb35fdc19f 100644 (file)
@@ -32,6 +32,7 @@ import org.opendaylight.yangtools.yang.model.api.NotificationDefinition;
  * {@link TreeNodeSerializerImplementation} interface and are used to serialize
  * Binding {@link TreeNode}.
  *
+ * <p>
  * Actual implementation of codecs is done via static methods, which allows for
  * static wiring of codecs. Choice codec and Augmentable codecs are static
  * properties of parent codec and stateless implementations are used (