Polish
See gh-32215
This commit is contained in:
committed by
Stephane Nicoll
parent
cfdceba687
commit
2273191c03
@@ -185,7 +185,7 @@ public class ApplicationRunner extends DefaultTask {
|
||||
List<String> normalizedLines = new ArrayList<>();
|
||||
for (String line : lines) {
|
||||
Matcher matcher = pattern.matcher(line);
|
||||
StringBuffer transformed = new StringBuffer();
|
||||
StringBuilder transformed = new StringBuilder();
|
||||
while (matcher.find()) {
|
||||
matched = true;
|
||||
matcher.appendReplacement(transformed, replacement);
|
||||
|
||||
Reference in New Issue
Block a user