Improved code

This commit is contained in:
RaphiMC 2023-07-31 21:31:12 +02:00
parent ce10d26107
commit 5f21cbe19d
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -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