Cleanup checkstyle in yang-{data,model}-api
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / BinaryTypeDefinition.java
index 94eca2b9e4c5014c240b7545d404a4b4a08e5b15..9196a286d8ed750ac28242e3cf5e31de5c33ec99 100644 (file)
@@ -26,10 +26,9 @@ import org.opendaylight.yangtools.yang.model.api.TypeDefinition;
  * Built-In Type</a>
  */
 public interface BinaryTypeDefinition extends TypeDefinition<BinaryTypeDefinition> {
-
     /**
-     * Returns List of number of octets that binary value contains. These are the effective constraints, e.g. they include
-     * any range constraints imposed by base types.
+     * Returns List of number of octets that binary value contains. These are the effective constraints, e.g. they
+     * include any range constraints imposed by base types.
      *
      * @return List of number of octets that binary value contains.
      *