mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-12 15:56:00 +08:00
Add throwing of IllegalStateException when instantiating DumpUtils
This commit is contained in:
parent
e18f40b870
commit
951432b504
@ -27,6 +27,10 @@ import java.util.stream.Collectors;
|
||||
*/
|
||||
public class DumpUtils {
|
||||
|
||||
private DumpUtils() {
|
||||
throw new IllegalStateException("Utility Class");
|
||||
}
|
||||
|
||||
/**
|
||||
* Dumps the following things to Hastebin
|
||||
* <ul>
|
||||
|
Loading…
Reference in New Issue
Block a user