mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Fix Checkstyle violation
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ public class ScriptUtilsUnitTests {
|
||||
String script = readScript("test-data-with-comments.sql").replaceAll("\n", "\r\n");
|
||||
splitScriptContainingComments(script);
|
||||
}
|
||||
|
||||
|
||||
private void splitScriptContainingComments(String script) throws Exception {
|
||||
List<String> statements = new ArrayList<>();
|
||||
splitSqlScript(script, ';', statements);
|
||||
|
||||
Reference in New Issue
Block a user