Author: ggregory
Date: Sun Nov 4 15:35:22 2012
New Revision: 1405558
URL: http://svn.apache.org/viewvc?rev=1405558&view=rev
Log:
Fix Javadoc typo.
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=1405558&r1=1405557&r2=1405558&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
Sun Nov 4 15:35:22 2012
@@ -91,7 +91,7 @@ public enum Level {
*
* @param sArg The name of the desired Level.
* @param defaultLevel The Level to use if the String is invalid.
- * @return The LEvel associated with the String.
+ * @return The Level associated with the String.
*/
public static Level toLevel(String sArg, Level defaultLevel) {
if (sArg == null) {