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 05052d6a Fix Javadoc link 05052d6a is described below commit 05052d6af12bffcd18d7d06588af85d6029f541e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 3 09:11:28 2023 -0500 Fix Javadoc link --- src/main/java/org/apache/commons/dbcp2/PStmtKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/dbcp2/PStmtKey.java b/src/main/java/org/apache/commons/dbcp2/PStmtKey.java index c1a17d36..b9d385bb 100644 --- a/src/main/java/org/apache/commons/dbcp2/PStmtKey.java +++ b/src/main/java/org/apache/commons/dbcp2/PStmtKey.java @@ -182,7 +182,7 @@ public class PStmtKey { * {@code ResultSet.TYPE_SCROLL_INSENSITIVE}, or {@code ResultSet.TYPE_SCROLL_SENSITIVE}. * @param resultSetConcurrency A concurrency type; one of {@code ResultSet.CONCUR_READ_ONLY} or * {@code ResultSet.CONCUR_UPDATABLE}. - * @deprecated Use @link {@link #PStmtKey(String, String, String, int, int)}. + * @deprecated Use {@link #PStmtKey(String, String, String, int, int)}. */ @Deprecated public PStmtKey(final String sql, final String catalog, final int resultSetType, final int resultSetConcurrency) {