Skip to content

Commit

Permalink
Clarifies Java platform requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 2, 2023
1 parent 8acc1bf commit 1e3a7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/dbcp2/Jdbc41Bridge.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
import javax.sql.CommonDataSource;

/**
* Defines bridge methods to JDBC 4.1 (Java 7) methods to allow call sites to operate safely (without
* {@link AbstractMethodError}) when using a JDBC driver written for JDBC 4.0 (Java 6).
* Defines bridge methods to JDBC 4.1 (Java 7 or above) methods to allow call sites to operate safely (without
* {@link AbstractMethodError}) when using a JDBC driver written for JDBC 4.0 (Java 6 or above).
* <p>
* There should be no need to this kind of code for JDBC 4.2 in Java 8 due to JDBC's use of default methods.
* </p>
Expand Down

0 comments on commit 1e3a7f3

Please sign in to comment.