Fix a javadoc typo 25/94625/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 13 Jan 2021 22:42:17 +0000 (23:42 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 14 Jan 2021 10:15:34 +0000 (11:15 +0100)
The word is 'tractable'.

Change-Id: I9ba56cd654948d0014939050cde8e71dbceb3974
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-spi/src/main/java/org/opendaylight/yangtools/yang/parser/spi/meta/NamespaceBehaviour.java

index 1d40d20190e40fa691c9eb5e605e2c4c61995745..cfa2898bb606751d3864e26ba1517d6144b8cca7 100644 (file)
@@ -122,7 +122,7 @@ public abstract class NamespaceBehaviour<K, V, N extends IdentifierNamespace<K,
     public interface OnDemandSchemaTreeStorageNode extends NamespaceStorageNode {
         /**
          * Request that a new member of this node's schema tree statement be added. Implementations are required to
-         * perform lookup in their internal structure and create a child if tracktable. Resulting node is expected to
+         * perform lookup in their internal structure and create a child if tractable. Resulting node is expected to
          * have been registered with local storage, so that it is accessible through
          * {@link #getFromLocalStorage(Class, Object)}.
          *