mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
StringBuffer->StringBuilder.
This commit is contained in:
@@ -152,7 +152,7 @@ public class UnixProcessManager {
|
||||
result = false;
|
||||
}
|
||||
|
||||
StringBuffer errorStr = new StringBuffer();
|
||||
StringBuilder errorStr = new StringBuilder();
|
||||
while ((s = stdError.readLine()) != null) {
|
||||
errorStr.append(s).append("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user