Update StoreTreeNode methods
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / ValueNodeModificationStrategy.java
index 0251d535ba3d4090f1eed4e4b02aaf8f960d811a..75fb5cdc75c038df7ef9ac81bb41ca8be6b17a16 100644 (file)
@@ -38,7 +38,7 @@ final class ValueNodeModificationStrategy<T extends DataSchemaNode, V extends No
     }
 
     @Override
-    public Optional<ModificationApplyOperation> getChild(final PathArgument child) {
+    public ModificationApplyOperation childByArg(final PathArgument arg) {
         throw new UnsupportedOperationException("Node " + schema + " is leaf type node. Child nodes not allowed");
     }