Update URL for JDK bug
This commit is contained in:
parent
fee35ddc14
commit
7b15f3e61d
|
@ -59,7 +59,7 @@ import org.apache.commons.lang3.LocaleUtils;
|
||||||
* This class is especially useful in multi-threaded server environments.
|
* This class is especially useful in multi-threaded server environments.
|
||||||
* {@link SimpleDateFormat} is not thread-safe in any JDK version,
|
* {@link SimpleDateFormat} is not thread-safe in any JDK version,
|
||||||
* nor will it be as Sun has closed the
|
* nor will it be as Sun has closed the
|
||||||
* <a href="https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4228335">bug</a>/RFE.
|
* <a href="https://bugs.openjdk.org/browse/JDK-4228335">bug</a>/RFE.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <p>Only parsing is supported by this class, but all patterns are compatible with
|
* <p>Only parsing is supported by this class, but all patterns are compatible with
|
||||||
|
|
Loading…
Reference in New Issue