mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Remove import static org.apache.logging.log4j.LogManager.getLogger
This commit is contained in:
@ -49,7 +49,6 @@ import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
import static com.google.common.base.Preconditions.checkNotNull;
|
||||
import static org.apache.logging.log4j.LogManager.getLogger;
|
||||
|
||||
/**
|
||||
* A base class for {@link Extent}s that merely passes extents onto another.
|
||||
@ -214,7 +213,7 @@ public class AbstractDelegateExtent implements Extent {
|
||||
Extent next = ((AbstractDelegateExtent) extent).getExtent();
|
||||
new ExtentTraverser(this).setNext(next);
|
||||
} else {
|
||||
getLogger(AbstractDelegateExtent.class).debug("Cannot disable queue");
|
||||
LOGGER.debug("Cannot disable queue");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user