Fix FeatureEffectiveStatementNamespace javadoc 08/69208/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Mar 2018 12:21:47 +0000 (13:21 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Mar 2018 12:21:47 +0000 (13:21 +0100)
This namespace obviously contains features, not extensions.

Change-Id: I3aceaff8fd238cb346c53ec9caa9b94520a15d05
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/FeatureEffectiveStatementNamespace.java

index ec2856f19427d380888684b47e6eded6b76c8c60..422dd39b597bbbcf64877a3c805fe20a34838db4 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.yangtools.yang.model.api.stmt;
 import com.google.common.annotations.Beta;
 
 /**
- * Namespace of available extensions. According to RFC7950 section 6.2.1:
+ * Namespace of available features. According to RFC7950 section 6.2.1:
  * <pre>
  *     All feature names defined in a module and its submodules share the
  *     same feature identifier namespace.