Update ScrollView.java

merged very short lines
This commit is contained in:
Parryword 2023-07-19 19:05:30 +00:00 committed by Stefan Weil
parent d26fbab6ce
commit faa06cc787

View File

@ -390,8 +390,7 @@ public class ScrollView {
"UTF8"));
} catch (IOException e) {
// Something went wrong and we were unable to set up a connection. This is
// pretty
// much a fatal error.
// pretty much a fatal error.
// Note: The server does not get restarted automatically if this happens.
e.printStackTrace();
System.exit(1);