Enable checkstyle in yang-model-util
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / type / BaseTypes.java
index a59e637334839ba8a0b78a0ae7346c36914af7e7..a6f64a70ccabb76518f6894a25effe65f02acba7 100644 (file)
@@ -23,7 +23,9 @@ import org.opendaylight.yangtools.yang.model.api.type.UnsignedIntegerTypeDefinit
  * Utility access methods for creating and accessing YANG base type definitions. YANG types come in two basic variants,
  * depending on whether they fully define their base instance or model input is required to fully-form the type.
  *
- * The following types have their base type fully specified and are exposed as appropriate TypeDefinition sub-interfaces:
+ * <p>
+ * The following types have their base type fully specified and are exposed as appropriate TypeDefinition
+ * sub-interfaces:
  * <ul>
  *     <li>boolean</li>
  *     <li>empty</li>
@@ -33,6 +35,7 @@ import org.opendaylight.yangtools.yang.model.api.type.UnsignedIntegerTypeDefinit
  *     <li>uint{8,16,32,64}</li>
  * </ul>
  *
+ * <p>
  * The following types require additional specification in the model and are exposed by means of a specialized
  * {@link TypeBuilder}s for each type:
  * <ul>