mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-10 22:01:00 +01: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 {
|
public class DumpUtils {
|
||||||
|
|
||||||
|
private DumpUtils() {
|
||||||
|
throw new IllegalStateException("Utility Class");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dumps the following things to Hastebin
|
* Dumps the following things to Hastebin
|
||||||
* <ul>
|
* <ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user