Fix javadoc warning. git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk@1621015 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/081613e5 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/081613e5 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/081613e5 Branch: refs/heads/messaging-module Commit: 081613e582973e967983e8bf3e8aadf4b4c29d98 Parents: 32ea50a Author: mattsicker <mattsicker@unknown> Authored: Thu Aug 28 01:53:34 2014 +0000 Committer: mattsicker <mattsicker@unknown> Committed: Thu Aug 28 01:53:34 2014 +0000 ---------------------------------------------------------------------- .../logging/log4j/core/util/ShutdownRegistrationStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/081613e5/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java index 9d0bc02..adeeda2 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java @@ -46,7 +46,7 @@ public interface ShutdownRegistrationStrategy { /** * Adds a shutdown hook to be executed upon JVM exit. * - * @param hook a Thread in the {@link Thread.State#NEW} state + * @param hook a Thread in the {@code State.NEW} state * @throws IllegalStateException If the virtual machine is already in the process of shutting down */ void registerShutdownHook(Thread hook);
