We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca8c2c commit 60098d0Copy full SHA for 60098d0
1 file changed
cli/src/commands/org/jnode/command/system/PageCommand.java
@@ -365,7 +365,7 @@ private void searchForwards() throws IOException {
365
* @throws IOException
366
*/
367
private String readLine(int ch) throws IOException {
368
- StringBuffer sb = new StringBuffer();
+ StringBuilder sb = new StringBuilder();
369
String line;
370
do {
371
sb.append((char) ch);
0 commit comments