From 89fe6fa651ed51225678c8c2adef0a26d2df85d4 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Fri, 17 Feb 2017 17:20:07 -0500 Subject: [PATCH] Remove some unused imports Signed-off-by: Alexandre Montplaisir --- .../lttng/ust/agent/integration/events/Log4jLegacyApiIT.java | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.34.1