You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/09/19 16:31:45 UTC

[commons-imaging] branch master updated: Better comment

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 13f84e49 Better comment
13f84e49 is described below

commit 13f84e4928c9d15b7ac7b1cdd92d52e59880d9ce
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 19 12:31:41 2023 -0400

    Better comment
---
 checkstyle-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index a55e9db1..1aa44f29 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -20,6 +20,6 @@ limitations under the License.
     <suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
     <suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>
     <suppress checks="MagicNumber" files="ColorConversions.java"/>
-    <!-- Due to fail in Checkstyle on Windows, in GH Actions -->
+    <!-- Due to fail in Checkstyle on Windows and in GH Actions -->
     <suppress checks="NewlineAtEndOfFile" files="target[/\\].*[/\\]pom.properties"/>
 </suppressions>