Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@293464 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java b/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java
index 64e767e..52e9073 100644
--- a/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java
+++ b/src/java/org/apache/commons/lang/builder/ReflectionToStringBuilder.java
@@ -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>