Skip to content

Commit 3fdd3cf

Browse files
committed
Specify time unit as variable suffix
1 parent 50fe066 commit 3fdd3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/libj/sql/DelegateConnection.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ default SQLXML createSQLXML() throws SQLException {
250250
}
251251

252252
@Override
253-
default boolean isValid(final int timeout) throws SQLException {
254-
return getTarget().isValid(timeout);
253+
default boolean isValid(final int timeoutSe) throws SQLException {
254+
return getTarget().isValid(timeoutSe);
255255
}
256256

257257
@Override

0 commit comments

Comments
 (0)