You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/02/29 19:37:38 UTC

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

Author: ggregory
Date: Wed Feb 29 18:37:38 2012
New Revision: 1295208

URL: http://svn.apache.org/viewvc?rev=1295208&view=rev
Log:
Fix Javdoc.

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

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java?rev=1295208&r1=1295207&r2=1295208&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java Wed Feb 29 18:37:38 2012
@@ -64,11 +64,13 @@ public interface DateParser {
     public String getPattern();
 
     /**
-     * <p>Get the time zone used by this parser.</p>
-     *
-     * <p>This zone is always used for <code>Date</code> formatting.
-     * If a <code>Calendar</code> is passed in to be formatted, the
-     * time zone on that may be used depending on {@link Calendar#getTimeZone()}.
+     * <p>
+     * Get the time zone used by this parser.
+     * </p>
+     * 
+     * <p>
+     * The default {@link TimeZone} used to create a {@link Date} when the {@link TimeZone} is not specified by
+     * the format pattern.
      * </p>
      * 
      * @return the time zone