Author: scolebourne
Date: Wed Jan  3 15:48:10 2007
New Revision: 492354

URL: http://svn.apache.org/viewvc?view=rev&rev=492354
Log:
Formatting changes only

Modified:
    
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringBuilder.java

Modified: 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringBuilder.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringBuilder.java?view=diff&rev=492354&r1=492353&r2=492354
==============================================================================
--- 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringBuilder.java
 (original)
+++ 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ToStringBuilder.java
 Wed Jan  3 15:48:10 2007
@@ -118,8 +118,7 @@
     /**
      * <p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
      * 
-     * @param object
-     *            the Object to be output
+     * @param object  the Object to be output
      * @return the String result
      * @see ReflectionToStringBuilder#toString(Object)
      */
@@ -130,10 +129,8 @@
     /**
      * <p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
      * 
-     * @param object
-     *            the Object to be output
-     * @param style
-     *            the style of the <code>toString</code> to create, may be 
<code>null</code>
+     * @param object  the Object to be output
+     * @param style  the style of the <code>toString</code> to create, may be 
<code>null</code>
      * @return the String result
      * @see ReflectionToStringBuilder#toString(Object,ToStringStyle)
      */
@@ -144,12 +141,9 @@
     /**
      * <p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
      * 
-     * @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
+     * @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
      * @return the String result
      * @see ReflectionToStringBuilder#toString(Object,ToStringStyle,boolean)
      */
@@ -160,14 +154,10 @@
     /**
      * <p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
      * 
-     * @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
-     * @param reflectUpToClass
-     *            the superclass to reflect up to (inclusive), may be 
<code>null</code>
+     * @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
+     * @param reflectUpToClass  the superclass to reflect up to (inclusive), 
may be <code>null</code>
      * @return the String result
      * @see 
ReflectionToStringBuilder#toString(Object,ToStringStyle,boolean,boolean,Class)
      * @since 2.0



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to