Bump odlparent to 8.1.4
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / DataNodeContainer.java
index 748d004895d56663443d0cb558b6329d1f845f77..d1c7eb62be978213a5140e3fdac1d2c6abef2d5b 100644 (file)
@@ -76,9 +76,9 @@ public interface DataNodeContainer {
      *
      * @param name QName of child
      * @return child node of this DataNodeContainer if child with given name is present, null otherwise
+     * @throws NullPointerException if {@code name} is null
      * @deprecated Use {@link #dataChildByName(QName)} or {@link #findDataChildByName(QName)} instead. This method will
      *             be repurposed to assert existence in the next major release.
-     * @throws NullPointerException if {@code name} is null
      */
     @Deprecated(forRemoval = true)
     default @Nullable DataSchemaNode getDataChildByName(final QName name) {