Skip to content

Commit 871c0e2

Browse files
author
Jacek Gębal
committed
Attempting to fix Java11+ compatibility issue.
1 parent 805595e commit 871c0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/utplsql/cli/datasource/TestedDataSourceProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public DataSource getDataSource() throws SQLException {
4646
return ds;
4747
}
4848

49-
private void setThickOrThinJdbcUrl(OracleDataSource ds) throws SQLException {
49+
private void setThickOrThinJdbcUrl(InitializableOracleDataSource ds) throws SQLException {
5050
List<String> errors = new ArrayList<>();
5151
Throwable lastException = null;
5252

0 commit comments

Comments
 (0)