You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/10/06 19:45:32 UTC

svn commit: r1395129 - /logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Level.java

Author: ggregory
Date: Sat Oct  6 17:45:32 2012
New Revision: 1395129

URL: http://svn.apache.org/viewvc?rev=1395129&view=rev
Log:
Javadoc: Use the active voice.

Modified:
    logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Level.java

Modified: logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Level.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Level.java?rev=1395129&r1=1395128&r2=1395129&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Level.java (original)
+++ logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/Level.java Sat Oct  6 17:45:32 2012
@@ -74,7 +74,7 @@ public enum Level {
     }
 
     /**
-     * Convert the string passed as argument to a level. If the
+     * Converts the string passed as argument to a level. If the
      * conversion fails, then this method returns {@link #DEBUG}.
      *
      * @param sArg The name of the desired Level.
@@ -85,7 +85,7 @@ public enum Level {
     }
 
     /**
-     * Convert the string passed as argument to a level. If the
+     * Converts the string passed as argument to a level. If the
      * conversion fails, then this method returns the value of
      * <code>defaultLevel</code>.
      *