Enable checkstyle in yang-model-util
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / type / RestrictedBinaryType.java
index 930f5654a7323d5611610192342ca54bbe3c7323..2e24640fc2c5c3b5f6a22c868e2671f625da903a 100644 (file)
@@ -13,7 +13,8 @@ import org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode;
 import org.opendaylight.yangtools.yang.model.api.type.BinaryTypeDefinition;
 import org.opendaylight.yangtools.yang.model.api.type.LengthConstraint;
 
-final class RestrictedBinaryType extends AbstractLengthRestrictedType<BinaryTypeDefinition> implements BinaryTypeDefinition {
+final class RestrictedBinaryType extends AbstractLengthRestrictedType<BinaryTypeDefinition>
+        implements BinaryTypeDefinition {
     RestrictedBinaryType(final BinaryTypeDefinition baseType, final SchemaPath path,
             final Collection<UnknownSchemaNode> unknownSchemaNodes,
             final Collection<LengthConstraint> lengthConstraints) {