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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 6328fdad Update checktyle suppressions to match current line numbers
6328fdad is described below

commit 6328fdad8353efbe375e4b9b24587b9498bec8eb
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 4 09:50:56 2023 -0400

    Update checktyle suppressions to match current line numbers
---
 checkstyle-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 354f8d00..ab659016 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -44,7 +44,7 @@
     <suppress checks="MethodName" files="DefaultFileSystemManager.java" 
lines="185"/>
     
     <!-- Use of literals here is reasonable. -->
-    <suppress checks="MagicNumber" files="URIUtils.java" lines="142, 151, 
161"/>
+    <suppress checks="MagicNumber" files="URIUtils.java" lines="143, 152, 
162"/>
     <suppress checks="MagicNumber" files="RamFileRandomAccessContent.java"/>
     <suppress checks="MagicNumber" files="FtpCheck.java" lines="48, 28"/>
     <suppress checks="MagicNumber" files="SftpCheck.java" lines="42, 28"/>

Reply via email to