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 a876c12 Javadoc a876c12 is described below commit a876c12fe7949f92b62e4e2ba1e83b01741aac52 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 23 10:35:14 2025 -0400 Javadoc --- .../org/apache/commons/dbutils/StatementConfiguration.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/apache/commons/dbutils/StatementConfiguration.java b/src/main/java/org/apache/commons/dbutils/StatementConfiguration.java index 53e6b88..ac9813a 100644 --- a/src/main/java/org/apache/commons/dbutils/StatementConfiguration.java +++ b/src/main/java/org/apache/commons/dbutils/StatementConfiguration.java @@ -236,7 +236,7 @@ public class StatementConfiguration { } /** - * Whether fetch direction is set. + * Tests whether fetch direction is set. * * @return true if set, false otherwise. */ @@ -245,7 +245,7 @@ public class StatementConfiguration { } /** - * Whether fetch size is set. + * Tests whether fetch size is set. * * @return true if set, false otherwise. */ @@ -254,7 +254,7 @@ public class StatementConfiguration { } /** - * Whether max field size is set. + * Tests whether max field size is set. * * @return true if set, false otherwise. */ @@ -263,7 +263,7 @@ public class StatementConfiguration { } /** - * Whether max rows is set. + * Tests whether max rows is set. * * @return true if set, false otherwise. */ @@ -272,7 +272,7 @@ public class StatementConfiguration { } /** - * Whether query timeout is set. + * Tests whether query timeout is set. * * @return true if set, false otherwise. */