This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 d2877dd3 Javadoc: No need for FQCNs.
d2877dd3 is described below
commit d2877dd31a545c92b6e43a54e4f0c4e0e538f950
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 27 07:02:13 2026 -0400
Javadoc: No need for FQCNs.
---
src/test/java/org/apache/commons/dbcp2/TestPStmtKey.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/test/java/org/apache/commons/dbcp2/TestPStmtKey.java
b/src/test/java/org/apache/commons/dbcp2/TestPStmtKey.java
index 3384f2f8..fd3724d4 100644
--- a/src/test/java/org/apache/commons/dbcp2/TestPStmtKey.java
+++ b/src/test/java/org/apache/commons/dbcp2/TestPStmtKey.java
@@ -150,7 +150,7 @@ public class TestPStmtKey {
}
/**
- * Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String,
String, int[])}.
+ * Tests {@link StmtKey#PStmtKey(String, String, String, int[])}.
*
* See https://issues.apache.org/jira/browse/DBCP-494
*/
@@ -165,7 +165,7 @@ public class TestPStmtKey {
}
/**
- * Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String,
String, int[])}.
+ * Tests {@link PStmtKey#PStmtKey(String, String, String, int[])}.
*
* See https://issues.apache.org/jira/browse/DBCP-494
*/
@@ -177,7 +177,7 @@ public class TestPStmtKey {
}
/**
- * Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String,
String, String[])}.
+ * Tests {@link PStmtKey#PStmtKey(String, String, String, String[])}.
*
* See https://issues.apache.org/jira/browse/DBCP-494
*/
@@ -189,7 +189,7 @@ public class TestPStmtKey {
}
/**
- * Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String,
String, String[])}.
+ * Tests {@link PStmtKey#PStmtKey(String, String, String, String[])}.
*
* See https://issues.apache.org/jira/browse/DBCP-494
*/