From 83fef23141d27591c3a1ea5d02b8056cf44e4f56 Mon Sep 17 00:00:00 2001 From: Chris Douglas Date: Thu, 18 May 2017 21:27:46 -0700 Subject: [PATCH] HADOOP-11869. Suppress ParameterNumber checkstyle violations for overridden methods. Contributed by Jonathan Eagles --- .../src/main/resources/checkstyle/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml index 1b968aeef86..205356113a9 100644 --- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml +++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml @@ -125,7 +125,9 @@ - + + +