Author: carnold
Date: Fri Feb 20 14:37:52 2009
New Revision: 746253
URL: http://svn.apache.org/viewvc?rev=746253&view=rev
Log:
Bug 46741: Misuse of it's in Javadoc for PatternLayout
Modified:
logging/log4j/companions/extras/trunk/src/changes/changes.xml
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/EnhancedPatternLayout.java
Modified: logging/log4j/companions/extras/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/changes/changes.xml?rev=746253&r1=746252&r2=746253&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/src/changes/changes.xml (original)
+++ logging/log4j/companions/extras/trunk/src/changes/changes.xml Fri Feb 20
14:37:52 2009
@@ -25,6 +25,7 @@
<action action="fix" issue="44899">Extra NPE error message when using
missing appender class with DOMConfigurator.</action>
<action action="fix" issue="46046">Track changes of default timezone in
EnhancedPatternLayout's %d conversion pattern.</action>
<action action="fix" issue="45704">DOMConfigurator.configure(URL) fails
on JRE 1.5.0_16.</action>
+ <action action="fix" issue="46741">Misuse of "it's" in Javadoc for
EnhancedPatternLayout.</action>
</release>
Modified:
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/EnhancedPatternLayout.java
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/EnhancedPatternLayout.java?rev=746253&r1=746252&r2=746253&view=diff
==============================================================================
---
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/EnhancedPatternLayout.java
(original)
+++
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/EnhancedPatternLayout.java
Fri Feb 20 14:37:52 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, its use should be avoided unless execution speed is
not an issue.
</td>
@@ -138,7 +138,7 @@
issued.
<p><b>WARNING</b> Generating caller location information is
- extremely slow. Its use should be avoided unless execution speed
+ extremely slow and should be avoided unless execution speed
is not an issue.
</tr>
@@ -154,8 +154,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>
@@ -168,7 +168,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>
@@ -187,7 +187,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: [email protected]
For additional commands, e-mail: [email protected]