Fixing sonar issues 3
[yangtools.git] / code-generator / binding-generator-util / src / main / java / org / opendaylight / yangtools / binding / generator / util / BindingTypes.java
index 82ffacfa53d47bf7f1b3522edb0a71ffb0fb5eba..eb5ff850dbc32b19e5f71e51f2a2d2e294b124c6 100644 (file)
@@ -24,7 +24,7 @@ public final class BindingTypes {
 
     }
 
-    public static final ParameterizedType augmentable(Type t) {
+    public static ParameterizedType augmentable(Type t) {
         return parameterizedTypeFor(AUGMENTABLE, t);
     }
 }