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 8df8043 Use Javadoc @link 8df8043 is described below commit 8df8043aeab4ad7f10292519ac5cf2e8fe9865e2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jul 29 07:55:05 2024 -0400 Use Javadoc @link --- src/main/java/org/apache/commons/dbutils/DbUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/dbutils/DbUtils.java b/src/main/java/org/apache/commons/dbutils/DbUtils.java index c360f26..8efddac 100644 --- a/src/main/java/org/apache/commons/dbutils/DbUtils.java +++ b/src/main/java/org/apache/commons/dbutils/DbUtils.java @@ -399,7 +399,7 @@ public final class DbUtils { } /** - * Performs a rollback on the <code>Connection</code>, avoid + * Performs a rollback on the {@code Connection}, avoid * closing if null and hide any SQLExceptions that occur. * * @param conn Connection to rollback. A null value is legal.