You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/08/28 03:53:35 UTC

svn commit: r1621015 - /logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java

Author: mattsicker
Date: Thu Aug 28 01:53:34 2014
New Revision: 1621015

URL: http://svn.apache.org/r1621015
Log:
Fix javadoc warning.

Modified:
    logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java

Modified: logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java?rev=1621015&r1=1621014&r2=1621015&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.java Thu Aug 28 01:53:34 2014
@@ -46,7 +46,7 @@ public interface ShutdownRegistrationStr
     /**
      * 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);