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 292c167e Javadoc @see tags do not need to use a FQCN for classes in java.lang 292c167e is described below commit 292c167e97ace37ba387cfac635efdcecaac29a1 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Aug 29 07:10:13 2022 -0400 Javadoc @see tags do not need to use a FQCN for classes in java.lang --- .../apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java b/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java index f49b8ce9..ff39d35a 100644 --- a/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java +++ b/src/main/java/org/apache/commons/dbcp2/datasources/KeyedCPDSConnectionFactory.java @@ -230,7 +230,7 @@ final class KeyedCPDSConnectionFactory implements KeyedPooledObjectFactory<UserP * {@code UserPassKey} containing user credentials * @throws SQLException * if the connection could not be created. - * @see org.apache.commons.pool2.KeyedPooledObjectFactory#makeObject(java.lang.Object) + * @see org.apache.commons.pool2.KeyedPooledObjectFactory#makeObject(Object) */ @Override public synchronized PooledObject<PooledConnectionAndInfo> makeObject(final UserPassKey userPassKey) throws SQLException {