Repository: logging-log4j2 Updated Branches: refs/heads/master a6479de68 -> 03c946363
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/03c94636 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/03c94636 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/03c94636 Branch: refs/heads/master Commit: 03c9463634606579831faeab629cf4a0304890cc Parents: a6479de Author: ggregory <[email protected]> Authored: Fri Jan 15 16:16:53 2016 -0800 Committer: ggregory <[email protected]> Committed: Fri Jan 15 16:16:53 2016 -0800 ---------------------------------------------------------------------- .../main/java/org/apache/logging/log4j/core/util/FileUtils.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/03c94636/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileUtils.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileUtils.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileUtils.java index d8c77fe..4d0e216 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileUtils.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/FileUtils.java @@ -24,9 +24,6 @@ import java.net.URI; import java.net.URL; import java.net.URLDecoder; import java.nio.charset.StandardCharsets; -import java.nio.file.FileSystem; -import java.nio.file.FileSystems; -import java.nio.file.Path; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.status.StatusLogger;
