We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be0a2c commit 8fda43fCopy full SHA for 8fda43f
1 file changed
src/main/java/org/apache/commons/dbcp2/BasicDataSource.java
@@ -466,7 +466,7 @@ private void closeConnectionPool() {
466
* with the specified {@link ClassLoader}.</li>
467
* <li>If {code driverClassName} is specified and the previous attempt fails, the class is loaded using the
468
* context class loader of the current thread.</li>
469
- * <li>If a driver still isn't loaded one is loaded via the {@link DriverManager} using the specified {code connectionString}.
+ * <li>If a driver still isn't loaded one is loaded via the {@link DriverManager} using the specified {code connectionString}.</li>
470
* </ol>
471
* <p>
472
* This method exists so subclasses can replace the implementation class.
0 commit comments