Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / IdentityrefTypeDefinition.java
index 43e8d3384ff6df9f034802498d5f4742a6fbb31f..e4337d8539a2f60420aee4d423268eec52e1a0d0 100644 (file)
@@ -29,6 +29,8 @@ public interface IdentityrefTypeDefinition extends TypeDefinition<IdentityrefTyp
     IdentitySchemaNode getIdentity();
 
     /**
+     * Returns the set of identities this reference points to.
+     *
      * @return set of identities to which the instance of this type refers (in YANG 1.1 models) or a set containing
      *         just one identity (in YANG 1.0 models)
      */