Update Logger class javadoc

This commit is contained in:
JeremyStar™ 2024-06-09 21:21:03 +02:00
parent 7d374fb41a
commit 5a98722520
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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
*/ */