Minor formatting. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e878579d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e878579d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e878579d
Branch: refs/heads/LOG4J-1181 Commit: e878579d36b68b99627bdb39bfd13c7fc33ef37b Parents: e739aaa Author: ggregory <[email protected]> Authored: Sun Nov 1 19:22:39 2015 -0800 Committer: ggregory <[email protected]> Committed: Sun Nov 1 19:22:39 2015 -0800 ---------------------------------------------------------------------- .../org/apache/logging/log4j/web/Log4jWebInitializerImplTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e878579d/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jWebInitializerImplTest.java ---------------------------------------------------------------------- diff --git a/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jWebInitializerImplTest.java b/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jWebInitializerImplTest.java index 9e2e75a..d9769e3 100644 --- a/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jWebInitializerImplTest.java +++ b/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jWebInitializerImplTest.java @@ -61,7 +61,7 @@ public class Log4jWebInitializerImplTest { verify(this.servletContext); reset(this.servletContext); - this.initializer = (Log4jWebInitializerImpl)initializer; + this.initializer = (Log4jWebInitializerImpl) initializer; } @After
