Checkstyle and trailing spaces.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oliver Heger 2011-03-19 16:42:55 +00:00
parent 57706fae97
commit b78378ca53
1 changed files with 76 additions and 72 deletions

View File

@ -268,6 +268,8 @@ public static String toString(Object object, ToStringStyle style, boolean output
* If the style is <code>null</code>, the default <code>ToStringStyle</code> is used. * If the style is <code>null</code>, the default <code>ToStringStyle</code> is used.
* </p> * </p>
* *
* @param <T>
* the type of the object
* @param object * @param object
* the Object to be output * the Object to be output
* @param style * @param style
@ -454,6 +456,8 @@ public ReflectionToStringBuilder(Object object, ToStringStyle style, StringBuffe
/** /**
* Constructor. * Constructor.
* *
* @param <T>
* the type of the object
* @param object * @param object
* the Object to build a <code>toString</code> for * the Object to build a <code>toString</code> for
* @param style * @param style