mirror of https://github.com/qos-ch/slf4j
unused imports
This commit is contained in:
parent
ccce832b8f
commit
63ac275a5f
|
|
@ -25,7 +25,6 @@
|
||||||
package org.slf4j.helpers;
|
package org.slf4j.helpers;
|
||||||
|
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.helpers.MarkerIgnoringBase;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A direct NOP (no operation) implementation of {@link Logger}.
|
* A direct NOP (no operation) implementation of {@link Logger}.
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ package org.slf4j.helpers;
|
||||||
|
|
||||||
import org.slf4j.ILoggerFactory;
|
import org.slf4j.ILoggerFactory;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.helpers.NOPLogger;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NOPLoggerFactory is an trivial implementation of {@link
|
* NOPLoggerFactory is an trivial implementation of {@link
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ import java.util.Set;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.event.EventRecodingLogger;
|
import org.slf4j.event.EventRecodingLogger;
|
||||||
import org.slf4j.helpers.SubstituteLogger;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Chetan Mehrotra
|
* @author Chetan Mehrotra
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
*/
|
*/
|
||||||
package org.slf4j;
|
package org.slf4j;
|
||||||
|
|
||||||
import org.slf4j.MDC;
|
|
||||||
|
|
||||||
public class NDC {
|
public class NDC {
|
||||||
public final static String PREFIX = "NDC";
|
public final static String PREFIX = "NDC";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue