Skip to content

Commit

Permalink
minor javadoc change
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Sep 14, 2022
1 parent 1148b98 commit c0f7f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slf4j-api/src/main/java/org/slf4j/Logger.java
Expand Up @@ -97,7 +97,7 @@ public interface Logger {

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

0 comments on commit c0f7f16

Please sign in to comment.