Adding javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1096102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-04-23 04:56:19 +00:00
parent 32cd493435
commit d1b632acaf
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public FormattableUtils() {
* Get the default formatted representation of the specified
* {@link Formattable}.
*
* @param formattable
* @param formattable to convert to a String
* @return String
*/
public static String toString(Formattable formattable) {