We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SimpleDateFormat
FastDateParser
1 parent dd80a43 commit 3e91aacCopy full SHA for 3e91aac
log4j-core/src/main/java/org/apache/logging/log4j/core/time/internal/format/FastDateParser.java
@@ -53,7 +53,7 @@
53
* This class is especially useful in multi-threaded server environments.
54
* <code>SimpleDateFormat</code> is not thread-safe in any JDK version,
55
* 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.
+ * <a href="https://bugs.openjdk.org/browse/JDK-4228335">bug</a>/RFE.
57
* </p>
58
*
59
* <p>Only parsing is supported by this class, but all patterns are compatible with
0 commit comments