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:
parent
8bfee9ba52
commit
ecd4dc9ca0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue