forked from StarOpenSource/Engine
Add additional newline to {@inheritDoc} multiliners
This commit is contained in:
parent
02001103d6
commit
d406fa0e3d
3 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
*/
|
||||
|
|
|
@ -40,6 +40,7 @@ public final class ThrowableCatchEvent implements Event {
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* @deprecated use the {@code callEvent} method with arguments
|
||||
* @see ThrowableCatchEvent#callEvent(Throwable, String)
|
||||
*/
|
||||
|
|
|
@ -39,6 +39,7 @@ public final class GraphicsErrorEvent implements Event {
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*
|
||||
* @deprecated use the {@code callEvent} method with arguments
|
||||
* @see #callEvent(String)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue