Fix Checkstyle violation
This commit is contained in:
@@ -125,7 +125,7 @@ public class ScriptUtilsUnitTests {
|
|||||||
String script = readScript("test-data-with-comments.sql").replaceAll("\n", "\r\n");
|
String script = readScript("test-data-with-comments.sql").replaceAll("\n", "\r\n");
|
||||||
splitScriptContainingComments(script);
|
splitScriptContainingComments(script);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void splitScriptContainingComments(String script) throws Exception {
|
private void splitScriptContainingComments(String script) throws Exception {
|
||||||
List<String> statements = new ArrayList<>();
|
List<String> statements = new ArrayList<>();
|
||||||
splitSqlScript(script, ';', statements);
|
splitSqlScript(script, ';', statements);
|
||||||
|
|||||||
Reference in New Issue
Block a user