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 87352ee Javadoc 87352ee is described below commit 87352ee3b1a60f0d4bb0b9aba01caa63b4d388f6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 14 13:51:10 2023 -0500 Javadoc --- src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java b/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java index 424d166..eaaa147 100644 --- a/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java +++ b/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java @@ -574,7 +574,7 @@ public class QueryRunnerTest { verify(conn, times(0)).close(); // make sure we do not close the connection, see above } - /** helper method for calling batch when an exception is expected. */ + /** Helper method for calling batch when an exception is expected. */ private void callQueryWithException(final Object... params) throws Exception { boolean caught = false;