Skip to content

Commit d2877dd

Browse files
committed
Javadoc: No need for FQCNs.
1 parent 7adff67 commit d2877dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/java/org/apache/commons/dbcp2/TestPStmtKey.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ void testCtorEquals() {
150150
}
151151

152152
/**
153-
* Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String, String, int[])}.
153+
* Tests {@link StmtKey#PStmtKey(String, String, String, int[])}.
154154
*
155155
* See https://issues.apache.org/jira/browse/DBCP-494
156156
*/
@@ -165,7 +165,7 @@ void testCtorStringStringArrayOfInts() {
165165
}
166166

167167
/**
168-
* Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String, String, int[])}.
168+
* Tests {@link PStmtKey#PStmtKey(String, String, String, int[])}.
169169
*
170170
* See https://issues.apache.org/jira/browse/DBCP-494
171171
*/
@@ -177,7 +177,7 @@ void testCtorStringStringArrayOfNullInts() {
177177
}
178178

179179
/**
180-
* Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String, String, String[])}.
180+
* Tests {@link PStmtKey#PStmtKey(String, String, String, String[])}.
181181
*
182182
* See https://issues.apache.org/jira/browse/DBCP-494
183183
*/
@@ -189,7 +189,7 @@ void testCtorStringStringArrayOfNullStrings() {
189189
}
190190

191191
/**
192-
* Tests {@link org.apache.commons.dbcp2.PStmtKey#PStmtKey(String, String, String, String[])}.
192+
* Tests {@link PStmtKey#PStmtKey(String, String, String, String[])}.
193193
*
194194
* See https://issues.apache.org/jira/browse/DBCP-494
195195
*/

0 commit comments

Comments
 (0)