Author: sdeboy
Date: Sun Mar 28 01:11:34 2010
New Revision: 928316

URL: http://svn.apache.org/viewvc?rev=928316&view=rev
Log:
small typo fix

Modified:
    
logging/log4j/trunk/src/main/java/org/apache/log4j/pattern/NameAbbreviator.java

Modified: 
logging/log4j/trunk/src/main/java/org/apache/log4j/pattern/NameAbbreviator.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/java/org/apache/log4j/pattern/NameAbbreviator.java?rev=928316&r1=928315&r2=928316&view=diff
==============================================================================
--- 
logging/log4j/trunk/src/main/java/org/apache/log4j/pattern/NameAbbreviator.java 
(original)
+++ 
logging/log4j/trunk/src/main/java/org/apache/log4j/pattern/NameAbbreviator.java 
Sun Mar 28 01:11:34 2010
@@ -37,7 +37,7 @@ public abstract class NameAbbreviator {
    *
    * For example, "%logger{2}" will output only 2 elements of the logger name,
    * "%logger{1.}" will output only the first character of the non-final 
elements in the name,
-   * "%logger(1~.2~} will output the first character of the first element, two 
characters of
+   * "%logger{1~.2~} will output the first character of the first element, two 
characters of
    * the second and subsequent elements and will use a tilde to indicate 
abbreviated characters.
    *
    * @param pattern abbreviation pattern.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to