Skip to content

Commit 3e91aac

Browse files
mernstvy
authored andcommitted
Fix SimpleDateFormat-related JDK bug URL in FastDateParser javadoc (#1404)
1 parent dd80a43 commit 3e91aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/time/internal/format/FastDateParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* This class is especially useful in multi-threaded server environments.
5454
* <code>SimpleDateFormat</code> is not thread-safe in any JDK version,
5555
* nor will it be as Sun has closed the
56-
* <a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4228335">bug</a>/RFE.
56+
* <a href="https://bugs.openjdk.org/browse/JDK-4228335">bug</a>/RFE.
5757
* </p>
5858
*
5959
* <p>Only parsing is supported by this class, but all patterns are compatible with

0 commit comments

Comments
 (0)