You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/04/23 06:56:20 UTC

svn commit: r1096102 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java

Author: bayard
Date: Sat Apr 23 04:56:19 2011
New Revision: 1096102

URL: http://svn.apache.org/viewvc?rev=1096102&view=rev
Log:
Adding javadoc

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java?rev=1096102&r1=1096101&r2=1096102&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/FormattableUtils.java Sat Apr 23 04:56:19 2011
@@ -51,7 +51,7 @@ public class 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) {