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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 4a7a6576 Javadoc 4a7a6576 is described below commit 4a7a6576af829fc08a8cfd5d933866ab96f35466 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Aug 6 08:39:19 2024 -0400 Javadoc --- src/main/java/org/apache/commons/dbcp2/Utils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/dbcp2/Utils.java b/src/main/java/org/apache/commons/dbcp2/Utils.java index 8652cae1..d5c75f8b 100644 --- a/src/main/java/org/apache/commons/dbcp2/Utils.java +++ b/src/main/java/org/apache/commons/dbcp2/Utils.java @@ -179,7 +179,7 @@ public final class Utils { * <li>JZ0C0 (Sybase disconnect error)</li> * <li>JZ0C1 (Sybase disconnect error)</li> * </ul> - * @return SQL codes of fatal connection errors. + * @return A copy SQL codes of fatal connection errors. * @since 2.10.0 */ public static Set<String> getDisconnectionSqlCodes() {