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 / OperationInputCodec.java
index fa6eecbca273e4522d3ce54e9354100d4c109b4e..5e82aa5a751bfd2ba0bd1d5156603aba452fe22a 100644 (file)
@@ -16,6 +16,7 @@ import org.opendaylight.mdsal.binding.javav2.spec.base.TreeNode;
  * to mark both {@link UnmappedOperationInputCodec} and ContainerNodeCodecContext, which results in bimorphic
  * invocation in BindingNormalizedNodeCodecRegistry.
  *
+ * <p>
  * Without this interface we could end up with megamorphic invocation, as the two implementations cannot share
  * class hierarchy.
  *