This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new dd15674 LOG4J2-1906 - remove unused imports
dd15674 is described below
commit dd1567459b715cbe4f82fab906a75d78b90ffe4e
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Nov 28 15:54:33 2018 -0700
LOG4J2-1906 - remove unused imports
---
.../apache/logging/log4j/core/appender/rolling/RollingFileManager.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java
index 23ada53..202761e 100644
---
a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java
+++
b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/RollingFileManager.java
@@ -26,8 +26,6 @@ import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.attribute.BasicFileAttributes;
import java.nio.file.attribute.FileTime;
-import java.time.Instant;
-import java.time.ZoneId;
import java.util.Collection;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.ExecutorService;