Skip to content

Commit c0f7f16

Browse files
committed
minor javadoc change
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 1148b98 commit c0f7f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slf4j-api/src/main/java/org/slf4j/Logger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public interface Logger {
9797

9898
/**
9999
* <p>Make a new {@link LoggingEventBuilder} instance as appropriate for this logger implementation.
100-
* The default implementation returns an instance of {@link DefaultLoggingEventBuilder}.</p>
100+
* This default implementation always returns a new instance of {@link DefaultLoggingEventBuilder}.</p>
101101
*
102102
* <p>Note that the {@link LoggingEventBuilder} should be built for all levels, independently of the level.
103103
* In other words, this method is an <b>unconditional</b> constructor for the {@link LoggingEventBuilder}

0 commit comments

Comments
 (0)