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

Matthew Swift
13.21.2015 19ce4ef105e1929c42aaf5c86bc51f085ad4118a
opendj-server-legacy/src/main/java/org/slf4j/impl/StaticMDCBinder.java
File was renamed from opendj-slf4j-adapter/src/main/java/org/slf4j/impl/StaticMDCBinder.java
@@ -25,13 +25,11 @@
 */
package org.slf4j.impl;
import org.slf4j.IMarkerFactory;
import org.slf4j.MarkerFactory;
import org.slf4j.helpers.BasicMDCAdapter;
import org.slf4j.spi.MDCAdapter;
/**
 * Binds {@link MarkerFactory} class with an instance of {@link IMarkerFactory}.
 * Binds {@link org.slf4j.MarkerFactory} class with an instance of {@link org.slf4j.IMarkerFactory}.
 */
//@Checkstyle:off
public class StaticMDCBinder {