javadoc fix

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2021-08-13 14:41:53 +02:00
parent ccbd8f8c96
commit 66aed4dfb1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package org.slf4j.spi;
/**
* Additional interface to {@link LoggingEventBuilder} and
* {@link org.slf4j.event.LoggingEvent LoggingEvent}.
* {@link qorg.slf4j.event.LoggingEvent LoggingEvent}.
*
* Implementations of {@link LoggingEventBuilder} and {@link LoggingEvent} may optionally
* implement {@link CallerBoundaryAware} in order to support caller info extraction.