git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@293464 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-10-03 22:44:08 +00:00
parent 3bac0b1b17
commit 7a9f3bb0db
1 changed files with 7 additions and 7 deletions

View File

@ -148,8 +148,8 @@ static void register(Object value) {
/**
* <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 @@ public static String toString(Object object) {
/**
* <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 @@ public static String toString(Object object, ToStringStyle style) {
/**
* <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 @@ public static String toString(Object object, ToStringStyle style, boolean output
/**
* <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 @@ public static String toString(Object object, ToStringStyle style, boolean output
/**
* <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 @@ public static String toString(Object object, ToStringStyle style, boolean output
/**
* <p>
* This method uses reflection to build a suitable <code>toString</code>.
* Builds a <code>toString</code> value through reflection.
* </p>
*
* <p>