Update Logger class javadoc
This commit is contained in:
parent
7d374fb41a
commit
5a98722520
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import lombok.Getter;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes the need to add {@code getClass()} to all calls to {@link Logger}.
|
* Removes the need to add {@code getClass} to all calls to {@link Logger}.
|
||||||
*
|
*
|
||||||
* @since 1-alpha0
|
* @since 1-alpha0
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue