Repository: logging-log4j2 Updated Branches: refs/heads/master c61643cca -> 101615c26
Checkstyle Javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/101615c2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/101615c2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/101615c2 Branch: refs/heads/master Commit: 101615c261a0eebbf4039d275d7abb3961e5654b Parents: c61643c Author: ggregory <[email protected]> Authored: Mon Sep 14 08:28:44 2015 -0700 Committer: ggregory <[email protected]> Committed: Mon Sep 14 08:28:44 2015 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/logging/log4j/core/jmx/Server.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/101615c2/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java index 1d0a5a6..1ea55e9 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/jmx/Server.java @@ -72,7 +72,7 @@ public final class Server { * background thread Executor, depending on the value of system property "log4j2.jmx.notify.async". If this * property is not set, use a {@code null} Executor for web apps to avoid memory leaks and other issues when the * web app is restarted. - * @see LOG4J2-938 + * @see <a href="https://issues.apache.org/jira/browse/LOG4J2-938">LOG4J2-938</a> */ private static ExecutorService createExecutor() { final boolean defaultAsync = !isWebApp();
