mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-22 11:55:24 +01:00
Improved code
This commit is contained in:
parent
ce10d26107
commit
5f21cbe19d
@ -21,12 +21,7 @@ public class CloseAndReturn extends RuntimeException {
|
||||
|
||||
public static final CloseAndReturn INSTANCE = new CloseAndReturn();
|
||||
|
||||
CloseAndReturn() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "";
|
||||
private CloseAndReturn() {
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user