Polish
See gh-14049
This commit is contained in:
committed by
Stephane Nicoll
parent
895d092640
commit
b4abccc07c
@@ -79,7 +79,6 @@ public class LiquibaseEndpointTests {
|
||||
|
||||
private boolean getAutoCommit(DataSource dataSource) throws SQLException {
|
||||
try (Connection connection = dataSource.getConnection()) {
|
||||
System.out.println(connection);
|
||||
return connection.getAutoCommit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user