Author: ggregory
Date: Mon Oct  3 15:44:08 2005
New Revision: 293464

URL: http://svn.apache.org/viewcvs?rev=293464&view=rev
Log:
Javadoc.

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

Modified: 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java?rev=293464&r1=293463&r2=293464&view=diff
==============================================================================
--- 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java
 (original)
+++ 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java
 Mon Oct  3 15:44:08 2005
@@ -148,8 +148,8 @@
 
     /**
      * <p>
-     * This method uses reflection to build a suitable <code>toString</code>
-     * using the default <code>ToStringStyle</code>.
+     * Builds a <code>toString</code> value using the default 
<code>ToStringStyle</code> through reflection.
+     * </p>
      * 
      * <p>
      * It uses <code>AccessibleObject.setAccessible</code> to gain access to
@@ -175,7 +175,7 @@
 
     /**
      * <p>
-     * This method uses reflection to build a suitable <code>toString</code>.
+     * Builds a <code>toString</code> value through reflection.
      * </p>
      * 
      * <p>
@@ -210,7 +210,7 @@
 
     /**
      * <p>
-     * This method uses reflection to build a suitable <code>toString</code>.
+     * Builds a <code>toString</code> value through reflection.
      * </p>
      * 
      * <p>
@@ -252,7 +252,7 @@
 
     /**
      * <p>
-     * This method uses reflection to build a suitable <code>toString</code>.
+     * Builds a <code>toString</code> value through reflection.
      * </p>
      * 
      * <p>
@@ -302,7 +302,7 @@
 
     /**
      * <p>
-     * This method uses reflection to build a suitable <code>toString</code>.
+     * Builds a <code>toString</code> value through reflection.
      * </p>
      * 
      * <p>
@@ -357,7 +357,7 @@
 
     /**
      * <p>
-     * This method uses reflection to build a suitable <code>toString</code>.
+     * Builds a <code>toString</code> value through reflection.
      * </p>
      * 
      * <p>



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

Reply via email to