Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / IdentitySchemaNode.java
index 216361d28477f9f0d6085af9059ece9317a29519..be0fbd08fdef6fdab5d1abfb1c3ef080b36d8d76 100644 (file)
@@ -13,17 +13,17 @@ import javax.annotation.Nonnull;
 
 /**
  * Interface describing YANG 'identity' statement.
+ *
  * <p>
  * The 'identity' statement is used to define a new globally unique, abstract,
  * and untyped identity. Its only purpose is to denote its name, semantics, and
  * existence. The built-in datatype "identityref" can be used to reference
  * identities within a data model.
- * </p>
  */
 public interface IdentitySchemaNode extends SchemaNode {
-
     /**
-     * @deprecated use {@link #getBaseIdentities()} instead
+     * Return the base identity.
+     * @deprecated use {@link #getBaseIdentities()} instead.
      *
      * @return an existing identity, from which the new identity is derived or
      *         null, if the identity is defined from scratch.