You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2009/02/20 15:38:04 UTC

svn commit: r746254 - in /logging/log4j/trunk/src: changes/changes.xml main/java/org/apache/log4j/PatternLayout.java

Author: carnold
Date: Fri Feb 20 14:38:03 2009
New Revision: 746254

URL: http://svn.apache.org/viewvc?rev=746254&view=rev
Log:
Bug 46741: Misuse of it's in Javadoc for PatternLayout

Modified:
    logging/log4j/trunk/src/changes/changes.xml
    logging/log4j/trunk/src/main/java/org/apache/log4j/PatternLayout.java

Modified: logging/log4j/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=746254&r1=746253&r2=746254&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Fri Feb 20 14:38:03 2009
@@ -76,6 +76,7 @@
        <action action="fix" issue="45704">DOMConfigurator.configure(URL) fails on JRE 1.5.0_16.</action>
        <action action="add" issue="44357">Document system properties used by log4j.</action>
        <action action="fix" issue="44038">log4j is susceptible to exceptions in Exception.printStackTrace.</action>
+       <action action="fix" issue="46741">Misuse of "it's" in Javadoc for PatternLayout.</action>
     </release>
 
   

Modified: logging/log4j/trunk/src/main/java/org/apache/log4j/PatternLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/java/org/apache/log4j/PatternLayout.java?rev=746254&r1=746253&r2=746254&view=diff
==============================================================================
--- logging/log4j/trunk/src/main/java/org/apache/log4j/PatternLayout.java (original)
+++ logging/log4j/trunk/src/main/java/org/apache/log4j/PatternLayout.java Fri Feb 20 14:38:03 2009
@@ -111,7 +111,7 @@
      pattern <b>%C{1}</b> will output "SomeClass".
 
      <p><b>WARNING</b> Generating the caller class information is
-     slow. Thus, it's use should be avoided unless execution speed is
+     slow. Thus, use should be avoided unless execution speed is
      not an issue.
 
      </td>
@@ -154,7 +154,7 @@
    issued.
 
    <p><b>WARNING</b> Generating caller location information is
-   extremely slow. It's use should be avoided unless execution speed
+   extremely slow and should be avoided unless execution speed
    is not an issue.
 
    </tr>
@@ -170,8 +170,8 @@
      method followed by the callers source the file name and line
      number between parentheses.
 
-     <p>The location information can be very useful. However, it's
-     generation is <em>extremely</em> slow. It's use should be avoided
+     <p>The location information can be very useful. However, its
+     generation is <em>extremely</em> slow and should be avoided
      unless execution speed is not an issue.
 
      </td>
@@ -184,7 +184,7 @@
    was issued.
 
    <p><b>WARNING</b> Generating caller location information is
-   extremely slow. It's use should be avoided unless execution speed
+   extremely slow and should be avoided unless execution speed
    is not an issue.
 
    </tr>
@@ -203,7 +203,7 @@
    issued.
 
    <p><b>WARNING</b> Generating caller location information is
-   extremely slow. It's use should be avoided unless execution speed
+   extremely slow and should be avoided unless execution speed
    is not an issue.
 
    </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org