This commit is contained in:
GaLi 2025-08-22 23:18:29 +08:00
parent bbf78096a7
commit ae03675c01

View File

@ -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");