Fix a javadoc typo 15/72115/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 21 May 2018 14:38:48 +0000 (16:38 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 21 May 2018 14:39:31 +0000 (16:39 +0200)
writen -> written

Change-Id: I383996cd5b38de896dd1efe1a5ad2595ff4a5bf8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/ModificationApplyOperation.java

index 355ae9183e4b69e2980259533c0728251a7d8aba..2c6104cc89292b337800ede2ee750274df40575d 100644 (file)
@@ -69,7 +69,7 @@ abstract class ModificationApplyOperation implements StoreTreeNode<ModificationA
             Optional<TreeNode> current, Version version) throws DataValidationFailedException;
 
     /**
-     * Performs structural verification of NodeModification, such as writen values / types uses
+     * Performs structural verification of NodeModification, such as written values / types uses
      * right structural elements.
      *
      * @param modification data to be verified.