Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Aug 10, 2021
1 parent ccce832 commit 63ac275
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion slf4j-api/src/main/java/org/slf4j/helpers/NOPLogger.java
Expand Up @@ -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}.
Expand Down
Expand Up @@ -26,7 +26,6 @@

import org.slf4j.ILoggerFactory;
import org.slf4j.Logger;
import org.slf4j.helpers.NOPLogger;

/**
* NOPLoggerFactory is an trivial implementation of {@link
Expand Down
Expand Up @@ -40,7 +40,6 @@
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.event.EventRecodingLogger;
import org.slf4j.helpers.SubstituteLogger;

/**
* @author Chetan Mehrotra
Expand Down
1 change: 0 additions & 1 deletion slf4j-ext/src/main/java/org/slf4j/NDC.java
Expand Up @@ -24,7 +24,6 @@
*/
package org.slf4j;

import org.slf4j.MDC;

public class NDC {
public final static String PREFIX = "NDC";
Expand Down

0 comments on commit 63ac275

Please sign in to comment.