From ba86e013360641137c12e1be0ad26e7eaad9c7ec Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Wed, 8 Sep 2021 13:55:48 +0900 Subject: [PATCH] HADOOP-17897. Allow nested blocks in switch case in checkstyle settings. (#3394) (cherry picked from commit e183ec8998d0272884b73df7eb1a6da5adf1040a) --- .../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 5445b5d474c..1093984fdd9 100644 --- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml +++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml @@ -153,7 +153,9 @@ - + + +