Fix checkstyle in mdsal-binding2-dom-codec
[mdsal.git] / binding2 / mdsal-binding2-dom-codec / src / main / java / org / opendaylight / mdsal / binding / javav2 / dom / codec / impl / cache / BindingNormalizedNodeCache.java
index 50a6de4bc84e1df72d9fe10f30387ee7c988d7d1..cf9a69ff78a2c061b86928ccac2d28db6fd33ad3 100644 (file)
@@ -44,6 +44,7 @@ public class BindingNormalizedNodeCache extends CacheLoader<TreeNode, Normalized
     /**
      * Returns cached NormalizedNode representation of TreeNode.
      *
+     * <p>
      * If representation is not cached, serializes TreeNode and updates cache
      * with representation.
      *