Repository: logging-log4j2 Updated Branches: refs/heads/master c1f83a9cb -> 19874951d
Fix for Javadoc 8. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/19874951 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/19874951 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/19874951 Branch: refs/heads/master Commit: 19874951d341ee611b974ed3d99706b982493c5e Parents: c1f83a9 Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 23:39:44 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 23:39:44 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/web/WebLoggerContextUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/19874951/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLoggerContextUtils.java ---------------------------------------------------------------------- diff --git a/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLoggerContextUtils.java b/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLoggerContextUtils.java index 260f4a1..5f03424 100644 --- a/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLoggerContextUtils.java +++ b/log4j-web/src/main/java/org/apache/logging/log4j/web/WebLoggerContextUtils.java @@ -25,7 +25,7 @@ import org.apache.logging.log4j.core.LoggerContext; /** * Convenience methods for retrieving the {@link org.apache.logging.log4j.core.LoggerContext} associated with a * particular ServletContext. These methods are most particularly useful for asynchronous servlets where the - * <abbr title="Thread Context ClassLoader">TCCL</abbr> is potentially different from the TCCL used by the + * Thread Context ClassLoader (TCCL) is potentially different from the TCCL used by the * Servlet container that bootstrapped Log4j. * * @since 2.0.1
