Fix ReflectionToStringBuilder toString javadoc

- as is
     * @param outputStatics
     *            whether to include transient fields
- to be
     * @param outputStatics
     *            whether to include static fields
This commit is contained in:
Sungju Kwon 2016-09-07 14:26:18 +09:00 committed by GitHub
parent c7c85ee398
commit 2d61e349db
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public static String toString(final Object object, final ToStringStyle style, fi
* @param outputTransients
* whether to include transient fields
* @param outputStatics
* whether to include transient fields
* whether to include static fields
* @return the String result
* @throws IllegalArgumentException
* if the Object is <code>null</code>