This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 7b15f3e61 Update URL for JDK bug 7b15f3e61 is described below commit 7b15f3e61defc5264d77f43c1c7db51c7e6cdfdf Author: Michael Ernst <mer...@cs.washington.edu> AuthorDate: Mon Apr 10 11:50:10 2023 -0700 Update URL for JDK bug --- src/main/java/org/apache/commons/lang3/time/FastDateParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/time/FastDateParser.java b/src/main/java/org/apache/commons/lang3/time/FastDateParser.java index 979bf6028..c69e83c61 100644 --- a/src/main/java/org/apache/commons/lang3/time/FastDateParser.java +++ b/src/main/java/org/apache/commons/lang3/time/FastDateParser.java @@ -59,7 +59,7 @@ import org.apache.commons.lang3.LocaleUtils; * This class is especially useful in multi-threaded server environments. * {@link SimpleDateFormat} is not thread-safe in any JDK version, * 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>Only parsing is supported by this class, but all patterns are compatible with