From 0b4b22f28fc4ba0c7cd178e4cd3704178fbe611e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 27 Jul 2020 10:02:46 -0700 Subject: [PATCH] Remove "need braces" checkstyle suppression Remove the "need braces" checkstyle suppression which does not cause any violations. Issue gh-8945 --- etc/checkstyle/checkstyle-suppressions.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/checkstyle/checkstyle-suppressions.xml b/etc/checkstyle/checkstyle-suppressions.xml index cd34ac85a4..9235077c8b 100644 --- a/etc/checkstyle/checkstyle-suppressions.xml +++ b/etc/checkstyle/checkstyle-suppressions.xml @@ -3,7 +3,6 @@ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd"> -