Repository: logging-log4j2 Updated Branches: refs/heads/master f3eeb562f -> c69beb222
Remove unused import. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c69beb22 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c69beb22 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c69beb22 Branch: refs/heads/master Commit: c69beb2220dc07996f7e8651eed064bc72ca19cb Parents: f3eeb56 Author: ggregory <[email protected]> Authored: Fri Sep 18 22:25:51 2015 -0700 Committer: ggregory <[email protected]> Committed: Fri Sep 18 22:25:51 2015 -0700 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c69beb22/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java ---------------------------------------------------------------------- diff --git a/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java b/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java index 0ed011b..02f17fe 100644 --- a/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java +++ b/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java @@ -34,7 +34,6 @@ import org.apache.logging.log4j.core.lookup.Interpolator; import org.apache.logging.log4j.core.lookup.StrSubstitutor; import org.apache.logging.log4j.core.selector.ContextSelector; import org.apache.logging.log4j.core.selector.NamedContextSelector; -import org.apache.logging.log4j.core.util.FileUtils; import org.apache.logging.log4j.core.util.Loader; import org.apache.logging.log4j.core.util.NetUtils; import org.apache.logging.log4j.core.util.SetUtils;
