Fixup yang-model-api javadoc warnings
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / SchemaContext.java
index 1e64e5d532aedbc4d09a79e663e3984b08ce8c57..c3a1d20dd32655d89f637f65bd19a788c64b6f9a 100644 (file)
@@ -301,6 +301,7 @@ public interface SchemaContext extends ContainerSchemaNode, Immutable {
     /**
      * Get identities derived from a selected identity.
      *
+     * @param identity base identity
      * @return collection of identities derived from this identity
      * @throws NullPointerException if identity is null
      * @throws IllegalArgumentException if the specified identity is not present in this context