Use pre-sized ImmutableLists for yang-data-api
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / NormalizedNodeOutputStreamWriter.java
index b81de75bb506a50b48d42ddace3d389046e612e4..40ca4f2e8693ce6c025909c643fd2041b7331c15 100644 (file)
@@ -25,8 +25,8 @@ import org.opendaylight.yangtools.yang.common.Revision;
  * then will call
  * {@link #leafNode(org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier, Object)} twice
  * and then, {@link #endNode()} to end container node.
- * <p/>
- * Based on the each node, the node type is also written to the stream, that helps in reconstructing the object,
+ *
+ * <p>Based on the each node, the node type is also written to the stream, that helps in reconstructing the object,
  * while reading.
  */
 final class NormalizedNodeOutputStreamWriter extends AbstractNormalizedNodeDataOutput {