mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 03:24:58 +00:00
Apply fix suggested by Benedikt Ritter on the ML: "The problem is, that there is no method with name "getTimeZoneOverridesCalendar()" in DateParser, so that link can't be resolved (I think you already knew that :).
I suppose the comment is meant to refer to getTimeZone() in java.util.Calendar. If so, you can fix that by changing the link to: {@link java.util.Calendar#getTimeZone()}" git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1295173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9429c05e1
commit
9260ac9efa
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
import java.text.ParseException;
|
import java.text.ParseException;
|
||||||
import java.text.ParsePosition;
|
import java.text.ParsePosition;
|
||||||
|
import java.util.Calendar;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.TimeZone;
|
import java.util.TimeZone;
|
||||||
@ -67,8 +68,8 @@ public interface DateParser {
|
|||||||
*
|
*
|
||||||
* <p>This zone is always used for <code>Date</code> formatting.
|
* <p>This zone is always used for <code>Date</code> formatting.
|
||||||
* If a <code>Calendar</code> is passed in to be formatted, the
|
* If a <code>Calendar</code> is passed in to be formatted, the
|
||||||
* time zone on that may be used depending on
|
* time zone on that may be used depending on {@link Calendar#getTimeZone()}.
|
||||||
* {@link #getTimeZoneOverridesCalendar()}.</p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @return the time zone
|
* @return the time zone
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user