Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-02-20 19:54:19 +00:00
parent 8bfee9ba52
commit ecd4dc9ca0
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ public class ReflectionToStringBuilder extends ToStringBuilder {
* <ul>
* <li>Transient fields are appended only if {@link #isAppendTransients()} returns <code>true</code>.
* <li>Static fields are appended only if {@link #isAppendStatics()} returns <code>true</code>.
* <li>Inner class fields are not appened.</li>
* <li>Inner class fields are not appended.</li>
* </ul>
*
* @param field