You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/02/24 10:02:30 UTC

[commons-text] branch master updated: Remove unnecessary checkstyle suppression.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f8ee16  Remove unnecessary checkstyle suppression.
0f8ee16 is described below

commit 0f8ee163cb53a1772206383ab835098a22122f0b
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Feb 24 10:56:30 2019 +0100

    Remove unnecessary checkstyle suppression.
---
 checkstyle-suppressions.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index a50d7c5..dcc57fe 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -25,7 +25,6 @@
   <suppress checks="DesignForExtension" files=".+\.java" />
   <suppress checks="HideUtilityClassConstructor" files=".+\.java" />
   <suppress checks="VisibilityModifier" files=".+\.java" />
-  <suppress checks="EmptyBlock" files="ExtendedMessageFormat.java" />
   <suppress checks="LocalFinalVariableName" files="FormattableUtils.java" />
   <suppress checks="MagicNumber" files="JaccardDistance.java" />
   <suppress checks="MagicNumber" files="JaccardSimilarity.java" />