Fix checkstyle issues reported by odlparent-3.0.0's checkstyle
[yangtools.git] / yang / yang-model-util / src / main / java / org / opendaylight / yangtools / yang / model / util / type / LengthRestrictedTypeBuilder.java
index 29fe0a98efc842668b494e5ebd562e2df9a0521d..92de910457a59b9939932fa07f7e122e80de2121 100644 (file)
@@ -75,7 +75,7 @@ public abstract class LengthRestrictedTypeBuilder<T extends LengthRestrictedType
         touch();
     }
 
-    abstract T buildType(LengthConstraint lengthConstraint);
+    abstract T buildType(LengthConstraint constraint);
 
     @Override
     final T buildType() {