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


The following commit(s) were added to refs/heads/master by this push:
     new 5b36102  Update line number for deprecated element
5b36102 is described below

commit 5b36102e3c15349b58e3f264196ce347cc04602f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:27:18 2025 -0500

    Update line number for deprecated element
---
 src/conf/checkstyle/checkstyle-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/checkstyle/checkstyle-suppressions.xml 
b/src/conf/checkstyle/checkstyle-suppressions.xml
index 9ed3625..c3c866e 100644
--- a/src/conf/checkstyle/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle/checkstyle-suppressions.xml
@@ -29,6 +29,6 @@
   <suppress checks="LineLength" files="QueryRunner.java" />
   <suppress checks="MagicNumber" files=".*[/\\]test[/\\].*" />
   <suppress checks="MethodName" files=".*[/\\]test[/\\].*" />
-  <suppress checks="VisibilityModifier" files="AbstractQueryRunner" 
lines="54"/>
+  <suppress checks="VisibilityModifier" files="AbstractQueryRunner" 
lines="55"/>
   <suppress checks="VisibilityModifier" files="KeyedHandler" lines="58, 63, 
69"/>
 </suppressions>
\ No newline at end of file

Reply via email to