From: Alexandre Montplaisir Date: Fri, 17 Feb 2017 22:20:07 +0000 (-0500) Subject: Remove some unused imports X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=89fe6fa651ed51225678c8c2adef0a26d2df85d4;p=lttng-ust-java-tests.git Remove some unused imports Signed-off-by: Alexandre Montplaisir --- diff --git a/lttng-ust-java-tests-log4j/src/test/java/org/lttng/ust/agent/integration/events/Log4jLegacyApiIT.java b/lttng-ust-java-tests-log4j/src/test/java/org/lttng/ust/agent/integration/events/Log4jLegacyApiIT.java index b824ef0..2630101 100644 --- a/lttng-ust-java-tests-log4j/src/test/java/org/lttng/ust/agent/integration/events/Log4jLegacyApiIT.java +++ b/lttng-ust-java-tests-log4j/src/test/java/org/lttng/ust/agent/integration/events/Log4jLegacyApiIT.java @@ -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;