Skip to content

Commit f4ae118

Browse files
authored
Fix SimpleDateFormat-related JDK bug URL in FastDateParser javadoc (#1404)
1 parent 3907c87 commit f4ae118

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/util/datetime/FastDateParser.java

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

0 commit comments

Comments
 (0)