Fix javadoc to comply with JDK14
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / DataContainerChild.java
index 993949296a5892b39ab3de2f764c82f69a337bac..fb1d803c668a0f5afa4861e6847b849ffe799ce3 100644 (file)
@@ -12,16 +12,15 @@ import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgum
 /**
  * Marker interface for direct children of {@link DataContainerNode}.
  *
- * <h3>Implementation notes</h3>
- * This interface should not be implemented directly, but rather using one
- * of its subinterfaces:
+ * <h2>Implementation notes</h2>
+ * This interface should not be implemented directly, but rather using one of its subinterfaces:
  *
  * <ul>
- * <li>{@link LeafNode}
- * <li>{@link ContainerNode}
- * <li>{@link ChoiceNode}
- * <li>{@link MapNode}
- * <li>{@link AugmentationNode}
+ *   <li>{@link LeafNode}
+ *   <li>{@link ContainerNode}
+ *   <li>{@link ChoiceNode}
+ *   <li>{@link MapNode}
+ *   <li>{@link AugmentationNode}
  * </ul>
  *
  * @param <K> Path Argument Type which is used to identify node