Polish contribution

See gh-24383
This commit is contained in:
Sam Brannen
2020-02-04 14:48:13 +01:00
parent 1acf5a7424
commit c2367b3ad2

View File

@@ -52,7 +52,7 @@ public abstract class DatabasePopulatorUtils {
DataSourceUtils.releaseConnection(connection, dataSource);
}
}
catch (ScriptException ex){
catch (ScriptException ex) {
throw ex;
}
catch (Throwable ex) {