mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
13.21.2015 19ce4ef105e1929c42aaf5c86bc51f085ad4118a
opendj-server-legacy/src/main/java/org/slf4j/impl/StaticLoggerBinder.java
File was renamed from opendj-slf4j-adapter/src/main/java/org/slf4j/impl/StaticLoggerBinder.java
@@ -27,11 +27,10 @@
import org.opends.server.loggers.OpenDJLoggerFactory;
import org.slf4j.ILoggerFactory;
import org.slf4j.LoggerFactory;
import org.slf4j.spi.LoggerFactoryBinder;
/**
 * Binds {@link LoggerFactory} class with an instance of {@link ILoggerFactory}.
 * Binds {@link org.slf4j.LoggerFactory} class with an instance of {@link ILoggerFactory}.
 */
//@Checkstyle:off
public class StaticLoggerBinder implements LoggerFactoryBinder {