misplaced test class

This commit is contained in:
Ceki Gulcu 2019-08-09 22:30:47 +02:00
parent cebdf810d6
commit a73b744853
1 changed files with 2 additions and 0 deletions

View File

@ -8,9 +8,11 @@ import org.slf4j.LoggerFactory;
import org.slf4j.MDC;
import org.slf4j.MarkerFactory;
// See https://jira.qos.ch/browse/SLF4J-463
public class DoubleInitializationPitfallTest {
// See https://jira.qos.ch/browse/SLF4J-463
@Test
public void verifyImpactOfMarkerFactory() {
ILoggerFactory firstFactory = LoggerFactory.getILoggerFactory();