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 0742165 Javadoc
0742165 is described below
commit 074216588e38b26045b3f379991024ac0997acb8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 14:46:36 2026 -0500
Javadoc
Add an empty line before a Javadoc comment
---
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 c3c866e..978abc0 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="55"/>
+ <suppress checks="VisibilityModifier" files="AbstractQueryRunner"
lines="56"/>
<suppress checks="VisibilityModifier" files="KeyedHandler" lines="58, 63,
69"/>
</suppressions>
\ No newline at end of file