Add additional newline to {@inheritDoc} multiliners

This commit is contained in:
JeremyStar™ 2024-07-31 04:07:51 +02:00
parent 02001103d6
commit d406fa0e3d
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@ public final class LogEvent implements Event {
/**
* {@inheritDoc}
*
* @deprecated use the {@code callEvent} method with arguments
* @see #callEvent(LogLevel, Class, String, String, String)
*/

View file

@ -40,6 +40,7 @@ public final class ThrowableCatchEvent implements Event {
/**
* {@inheritDoc}
*
* @deprecated use the {@code callEvent} method with arguments
* @see ThrowableCatchEvent#callEvent(Throwable, String)
*/

View file

@ -39,6 +39,7 @@ public final class GraphicsErrorEvent implements Event {
/**
* {@inheritDoc}
*
* @deprecated use the {@code callEvent} method with arguments
* @see #callEvent(String)
*/