Polish contribution
See gh-24383
This commit is contained in:
@@ -52,7 +52,7 @@ public abstract class DatabasePopulatorUtils {
|
||||
DataSourceUtils.releaseConnection(connection, dataSource);
|
||||
}
|
||||
}
|
||||
catch (ScriptException ex){
|
||||
catch (ScriptException ex) {
|
||||
throw ex;
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user