mirror of https://github.com/qos-ch/slf4j
very minor changes
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
parent
cf4d011ac0
commit
280129046e
|
|
@ -20,7 +20,7 @@ public class FluentAPIUsage {
|
|||
@Test
|
||||
public void smokxce() {
|
||||
String name = "smoke";
|
||||
Logger logger = LoggerFactory.getLogger("aa");
|
||||
Logger logger = LoggerFactory.getLogger(name);
|
||||
assertFalse(logger.isEnabledForLevel(Level.DEBUG));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
package org.slf4j.log4j12;
|
||||
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertNull;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.junit.Test;
|
||||
|
|
|
|||
Loading…
Reference in New Issue