Closes a buffered reader in saveStateTest properly and removes a .close causing server consoles not to display text
This commit is contained in:
@ -200,7 +200,6 @@ public final class CommonFunctions {
|
||||
while (reader.ready() && (line = reader.readLine()) != null) {
|
||||
text.append(line).append("\n");
|
||||
}
|
||||
reader.close();
|
||||
return text.toString().trim();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user