Checkstyle and trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b78378ca53
commit
a2d928146c
|
@ -186,6 +186,7 @@ public class ToStringBuilder implements Builder<String> {
|
|||
* <p>Uses <code>ReflectionToStringBuilder</code> to generate a
|
||||
* <code>toString</code> for the specified object.</p>
|
||||
*
|
||||
* @param <T> the type of the object
|
||||
* @param object the Object to be output
|
||||
* @param style the style of the <code>toString</code> to create, may be <code>null</code>
|
||||
* @param outputTransients whether to include transient fields
|
||||
|
|
Loading…
Reference in New Issue