You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/08/13 15:58:54 UTC

svn commit: r1513497 - /sling/trunk/contrib/extensions/healthcheck/api/src/main/java/org/apache/sling/hc/api/ResultLogEntry.java

Author: bdelacretaz
Date: Tue Aug 13 13:58:54 2013
New Revision: 1513497

URL: http://svn.apache.org/r1513497
Log:
SLING-2987 - remove extra comment

Modified:
    sling/trunk/contrib/extensions/healthcheck/api/src/main/java/org/apache/sling/hc/api/ResultLogEntry.java

Modified: sling/trunk/contrib/extensions/healthcheck/api/src/main/java/org/apache/sling/hc/api/ResultLogEntry.java
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/healthcheck/api/src/main/java/org/apache/sling/hc/api/ResultLogEntry.java?rev=1513497&r1=1513496&r2=1513497&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/healthcheck/api/src/main/java/org/apache/sling/hc/api/ResultLogEntry.java (original)
+++ sling/trunk/contrib/extensions/healthcheck/api/src/main/java/org/apache/sling/hc/api/ResultLogEntry.java Tue Aug 13 13:58:54 2013
@@ -44,8 +44,6 @@ public class ResultLogEntry {
      * @param entryType The type of this log entry, this is a String instead of an Enum
      *  so that health checks can invent their own types if needed.
      *  For the usual entry types, use the LT_* constants of this class.
-     *  By convention, any log entry that's not LT_DEBUG or LT_INFO causes
-     *  the Result to move to the WARN result state, unless it already was set to a higher state.
      *  
      * @param message The log message.
      */