mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-23 12:06:06 +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();
|
public static final CloseAndReturn INSTANCE = new CloseAndReturn();
|
||||||
|
|
||||||
CloseAndReturn() {
|
private CloseAndReturn() {
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user