Fix a javadoc typo 58/97358/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 30 Aug 2021 12:02:45 +0000 (14:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 30 Aug 2021 12:02:45 +0000 (14:02 +0200)
The word is 'schema', not 'screma'.

Change-Id: I2509b6708f47b583019cbfc002d5fe6011771eb6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/SchemaInferenceStack.java

index 06c8c0b9e551ab00ed07924bfc02fbb252d7abea..21813d349fa4a8ad4676d49bde43fdad63a71a36 100644 (file)
@@ -340,7 +340,7 @@ public final class SchemaInferenceStack implements Mutable, EffectiveModelContex
     }
 
     /**
-     * Check if the stack is in instantiated context. This indicates the stack is non-empty and there are only screma
+     * Check if the stack is in instantiated context. This indicates the stack is non-empty and there are only schema
      * tree statements in the stack.
      *
      * @return False if the stack is empty or contains a statement which is not a {@link SchemaTreeEffectiveStatement},