diff options
Diffstat (limited to 'libjava/java/text/Format.java')
-rw-r--r-- | libjava/java/text/Format.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/text/Format.java b/libjava/java/text/Format.java index f64951bb94c..d3b7fccce01 100644 --- a/libjava/java/text/Format.java +++ b/libjava/java/text/Format.java @@ -123,7 +123,7 @@ public abstract class Format implements Serializable, Cloneable * This method parses a <code>String</code> and converts the parsed * contents into an <code>Object</code>. * - * @param str The <code>String to parse. + * @param str The <code>String</code> to parse. * * @return The resulting <code>Object</code>. * |