DataContainerNode is not generic
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / NormalizedNode.java
index 116482afc3d8cd3fcf4472200130f418fd3664b4..df94761c703485684ed40a8e8b3e851afba72444 100644 (file)
@@ -51,7 +51,7 @@ public interface NormalizedNode extends Identifiable<PathArgument> {
      *
      * @return QName of this node, non-null.
      */
-    // FIXME: YANGTOOLS-1074: eliminate this method: the problem is that it down not with with AugmentationIdentifier
+    // FIXME: YANGTOOLS-1074: eliminate this method: the problem is that it does not work with AugmentationIdentifier
     //                        At least we need a 'QNameModule namespace()' method, as that is the common contract.
     @Deprecated(forRemoval = true)
     default @NonNull QName getNodeType() {