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:
Oliver Heger 2011-03-19 16:43:58 +00:00
parent b78378ca53
commit a2d928146c
1 changed files with 41 additions and 40 deletions

View File

@ -186,6 +186,7 @@ public class ToStringBuilder implements Builder<String> {
* <p>Uses <code>ReflectionToStringBuilder</code> to generate a * <p>Uses <code>ReflectionToStringBuilder</code> to generate a
* <code>toString</code> for the specified object.</p> * <code>toString</code> for the specified object.</p>
* *
* @param <T> the type of the object
* @param object the Object to be output * @param object the Object to be output
* @param style the style of the <code>toString</code> to create, may be <code>null</code> * @param style the style of the <code>toString</code> to create, may be <code>null</code>
* @param outputTransients whether to include transient fields * @param outputTransients whether to include transient fields