Skip to content

Commit 8fda43f

Browse files
committed
Fix malformed Javadoc comments
1 parent 0be0a2c commit 8fda43f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/dbcp2/BasicDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ private void closeConnectionPool() {
466466
* with the specified {@link ClassLoader}.</li>
467467
* <li>If {code driverClassName} is specified and the previous attempt fails, the class is loaded using the
468468
* 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}.
469+
* <li>If a driver still isn't loaded one is loaded via the {@link DriverManager} using the specified {code connectionString}.</li>
470470
* </ol>
471471
* <p>
472472
* This method exists so subclasses can replace the implementation class.

0 commit comments

Comments
 (0)