Add throwing of IllegalStateException when instantiating DumpUtils

This commit is contained in:
Fuzzlemann 2017-08-16 15:56:02 +02:00
parent e18f40b870
commit 951432b504

View File

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