1
This commit is contained in:
parent
bbf78096a7
commit
ae03675c01
|
|
@ -11,7 +11,6 @@ import org.slf4j.LoggerFactory;
|
||||||
*/
|
*/
|
||||||
public final class ExtendedAELogger {
|
public final class ExtendedAELogger {
|
||||||
public static final Logger LOGGER = LoggerFactory.getLogger(ExtendedAEPlus.MODID);
|
public static final Logger LOGGER = LoggerFactory.getLogger(ExtendedAEPlus.MODID);
|
||||||
|
|
||||||
private ExtendedAELogger() {
|
private ExtendedAELogger() {
|
||||||
// no instance
|
// no instance
|
||||||
throw new UnsupportedOperationException("This is a utility class and cannot be instantiated");
|
throw new UnsupportedOperationException("This is a utility class and cannot be instantiated");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user