Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / IdentityTypeDefinition.java
index b11a085194744a140e6004fd68da784b3d03a724..e5696bb5ac52f2c10961fc51c8bbf5200d04c646 100644 (file)
@@ -11,13 +11,11 @@ import org.opendaylight.yangtools.yang.common.QName;
 import org.opendaylight.yangtools.yang.model.api.TypeDefinition;
 
 /**
- *
  * Contains the method for getting the details about YANG <code>identity</code>.
  */
 public interface IdentityTypeDefinition extends TypeDefinition<IdentityTypeDefinition> {
-
     /**
-     * Returns the name of the YANG identity
+     * Returns the name of the YANG identity.
      *
      * @return QName of the YANG identity
      */