From c0f7f16bfb2cdbcf38df6039219ee3f57c99117e Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Wed, 14 Sep 2022 16:06:16 +0200 Subject: [PATCH] minor javadoc change Signed-off-by: Ceki Gulcu --- slf4j-api/src/main/java/org/slf4j/Logger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slf4j-api/src/main/java/org/slf4j/Logger.java b/slf4j-api/src/main/java/org/slf4j/Logger.java index f700f264d..d99051050 100644 --- a/slf4j-api/src/main/java/org/slf4j/Logger.java +++ b/slf4j-api/src/main/java/org/slf4j/Logger.java @@ -97,7 +97,7 @@ public interface Logger { /** *

Make a new {@link LoggingEventBuilder} instance as appropriate for this logger implementation. - * The default implementation returns an instance of {@link DefaultLoggingEventBuilder}.

+ * This default implementation always returns a new instance of {@link DefaultLoggingEventBuilder}.

* *

Note that the {@link LoggingEventBuilder} should be built for all levels, independently of the level. * In other words, this method is an unconditional constructor for the {@link LoggingEventBuilder}