Fix Javdoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1295208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-02-29 18:37:38 +00:00
parent 9260ac9efa
commit 840d5cf4f2
1 changed files with 7 additions and 5 deletions

View File

@ -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