This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new eda71b33da Fix Javadoc failures (LOG4J2-3672, #1848)
eda71b33da is described below

commit eda71b33da91dc0fb8a4a9675effd4bef77d6106
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Nov 3 09:12:01 2023 +0100

    Fix Javadoc failures (LOG4J2-3672, #1848)
---
 .../org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
index c1b3ee9751..a2238644e3 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/datetime/FastDatePrinter.java
@@ -79,7 +79,6 @@ import org.apache.logging.log4j.core.util.Throwables;
  * </p>
  *
  * @since Apache Commons Lang 3.2
- * @see FastDateParser
  */
 public class FastDatePrinter implements DatePrinter, Serializable {
     // A lot of the speed in this class comes from caching, but some comes

Reply via email to