You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/05/04 13:11:40 UTC

svn commit: r1099412 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java

Author: sebb
Date: Wed May  4 11:11:39 2011
New Revision: 1099412

URL: http://svn.apache.org/viewvc?rev=1099412&view=rev
Log:
Javadoc

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java?rev=1099412&r1=1099411&r2=1099412&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/FastDateFormat.java Wed May  4 11:11:39 2011
@@ -395,7 +395,7 @@ public class FastDateFormat extends Form
      *
      * @param tz  the zone to query
      * @param daylight  true if daylight savings
-     * @param style  the style to use {@code TimeZone.LONG} or {@ TimeZone.SHORT}
+     * @param style  the style to use {@code TimeZone.LONG} or {@code TimeZone.SHORT}
      * @param locale  the locale to use
      * @return the textual name of the time zone
      */