Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-08-15 10:43:28 +03:00
3 changed files with 4 additions and 8 deletions

View File

@@ -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();
}
}