We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SimpleDateFormat
FastDateParser
1 parent afca580 commit 9ae3c42Copy full SHA for 9ae3c42
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