Remove unused imports.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c1748d04
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c1748d04
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c1748d04

Branch: refs/heads/LOG4J2-1161
Commit: c1748d04b342186637bfd406acdf8c5a50476d2b
Parents: f291ec7
Author: ggregory <ggreg...@apache.org>
Authored: Tue Oct 20 15:33:55 2015 -0700
Committer: ggregory <ggreg...@apache.org>
Committed: Tue Oct 20 15:33:55 2015 -0700

----------------------------------------------------------------------
 .../org/apache/logging/log4j/core/util/WatchManagerTest.java  | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c1748d04/log4j-core/src/test/java/org/apache/logging/log4j/core/util/WatchManagerTest.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/WatchManagerTest.java
 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/WatchManagerTest.java
index b44f894..857879b 100644
--- 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/WatchManagerTest.java
+++ 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/WatchManagerTest.java
@@ -16,9 +16,7 @@
  */
 package org.apache.logging.log4j.core.util;
 
-import org.junit.Assume;
-import org.junit.Ignore;
-import org.junit.Test;
+import static org.junit.Assert.assertNotNull;
 
 import java.io.File;
 import java.io.FileOutputStream;
@@ -33,7 +31,8 @@ import java.util.concurrent.ScheduledExecutorService;
 import java.util.concurrent.ScheduledThreadPoolExecutor;
 import java.util.concurrent.TimeUnit;
 
-import static org.junit.Assert.*;
+import org.junit.Assume;
+import org.junit.Test;
 
 /**
  * Test the WatchManager

Reply via email to