From 840d5cf4f22868fbefcae094939112c620ab23cc Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 29 Feb 2012 18:37:38 +0000 Subject: [PATCH] Fix Javdoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1295208 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/lang3/time/DateParser.java | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/time/DateParser.java b/src/main/java/org/apache/commons/lang3/time/DateParser.java index 97631012f..2e22d3e61 100644 --- a/src/main/java/org/apache/commons/lang3/time/DateParser.java +++ b/src/main/java/org/apache/commons/lang3/time/DateParser.java @@ -64,11 +64,13 @@ public interface DateParser { public String getPattern(); /** - *

Get the time zone used by this parser.

- * - *

This zone is always used for Date formatting. - * If a Calendar is passed in to be formatted, the - * time zone on that may be used depending on {@link Calendar#getTimeZone()}. + *

+ * Get the time zone used by this parser. + *

+ * + *

+ * The default {@link TimeZone} used to create a {@link Date} when the {@link TimeZone} is not specified by + * the format pattern. *

* * @return the time zone