Remove some unused imports
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 17 Feb 2017 22:20:07 +0000 (17:20 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 17 Feb 2017 22:20:07 +0000 (17:20 -0500)
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
lttng-ust-java-tests-log4j/src/test/java/org/lttng/ust/agent/integration/events/Log4jLegacyApiIT.java

index b824ef09119fbff574cc8efb8c94ff0b97a681e9..2630101d94ce94b52becef5f4e68c6d6b28908f8 100644 (file)
@@ -25,11 +25,9 @@ import static org.junit.Assert.fail;
 
 import java.lang.reflect.Field;
 import java.util.Arrays;
-import java.util.Collections;
 import java.util.List;
 
 import org.apache.log4j.Level;
-import org.apache.log4j.LogManager;
 import org.apache.log4j.Logger;
 import org.junit.After;
 import org.junit.AfterClass;
This page took 0.023382 seconds and 4 git commands to generate.