Fix checkstyle issues reported by odlparent-3.0.0's checkstyle
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / schema / builder / impl / ImmutableAugmentationNodeSchemaAwareBuilder.java
index 0b76b8298ca368d28a0f3ca115e4eb356990d5eb..b717078b26c744e3590643e69833e5d2fd263b50 100644 (file)
@@ -26,7 +26,7 @@ public class ImmutableAugmentationNodeSchemaAwareBuilder extends ImmutableAugmen
 
     @Override
     public DataContainerNodeBuilder<AugmentationIdentifier, AugmentationNode> withNodeIdentifier(
-            final AugmentationIdentifier nodeIdentifier) {
+            final AugmentationIdentifier withNodeIdentifier) {
         throw new UnsupportedOperationException("Node identifier created from schema");
     }