unused imports

This commit is contained in:
Ceki Gulcu 2021-06-16 00:29:08 +02:00
parent ccce832b8f
commit 63ac275a5f
4 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
package org.slf4j.helpers;
import org.slf4j.Logger;
import org.slf4j.helpers.MarkerIgnoringBase;
/**
* A direct NOP (no operation) implementation of {@link Logger}.

View File

@ -26,7 +26,6 @@ package org.slf4j.helpers;
import org.slf4j.ILoggerFactory;
import org.slf4j.Logger;
import org.slf4j.helpers.NOPLogger;
/**
* NOPLoggerFactory is an trivial implementation of {@link

View File

@ -40,7 +40,6 @@ import java.util.Set;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.event.EventRecodingLogger;
import org.slf4j.helpers.SubstituteLogger;
/**
* @author Chetan Mehrotra

View File

@ -24,7 +24,6 @@
*/
package org.slf4j;
import org.slf4j.MDC;
public class NDC {
public final static String PREFIX = "NDC";