Separate out ModificationApplyOperation.verifyStructure()
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / tree / ModifiedNode.java
index 9f648783eb65438fc6ee84398b350682066cb835..da8f1c46be50a8987a4a6101e25a44c3278bde49 100644 (file)
@@ -288,7 +288,7 @@ final class ModifiedNode extends NodeModification implements StoreTreeNode<Modif
                     // The write has ended up being empty, such as a write of an empty list.
                     updateOperationType(LogicalOperation.DELETE);
                 } else {
-                    schema.verifyStructure(value, true);
+                    schema.fullVerifyStructure(value);
                 }
                 break;
             default: