Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / TypeDefinition.java
index 8290e22622c88673f64e39158d09c972913baf55..53ec6ac3e11f3cb598b300275e28423bad8f52ff 100644 (file)
@@ -8,7 +8,6 @@
 package org.opendaylight.yangtools.yang.model.api;
 
 /**
- *
  * YANG statement <code>typedef</code> contains also substatements
  * <ul>
  * <li><code>default</code> - default value which is compatible with
@@ -26,7 +25,6 @@ package org.opendaylight.yangtools.yang.model.api;
  *            is included in the instance of this type
  */
 public interface TypeDefinition<T extends TypeDefinition<?>> extends SchemaNode {
-
     /**
      * Returns the base type from which this type is derived. If this is yang
      * built-in type, returns null.