Covert yang-binding to bnd-parent
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / InstanceIdentifier.java
index 22681a4d0f13e789f541c444d117e22d76b08df2..3a217f3f04b16c94e90ad5404f41a74c046f1d60 100644 (file)
@@ -189,8 +189,6 @@ public sealed class InstanceIdentifier<T extends DataObject>
      *
      * <p>
      * And you wanted to obtain the Instance identifier which represented Nodes you would do it like so,
-     *
-     * <p>
      * <pre>
      *      identifier.firstIdentifierOf(Nodes.class)
      * </pre>