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}
|
* {@inheritDoc}
|
||||||
|
*
|
||||||
* @deprecated use the {@code callEvent} method with arguments
|
* @deprecated use the {@code callEvent} method with arguments
|
||||||
* @see #callEvent(LogLevel, Class, String, String, String)
|
* @see #callEvent(LogLevel, Class, String, String, String)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -40,6 +40,7 @@ public final class ThrowableCatchEvent implements Event {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
|
*
|
||||||
* @deprecated use the {@code callEvent} method with arguments
|
* @deprecated use the {@code callEvent} method with arguments
|
||||||
* @see ThrowableCatchEvent#callEvent(Throwable, String)
|
* @see ThrowableCatchEvent#callEvent(Throwable, String)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -39,6 +39,7 @@ public final class GraphicsErrorEvent implements Event {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
|
*
|
||||||
* @deprecated use the {@code callEvent} method with arguments
|
* @deprecated use the {@code callEvent} method with arguments
|
||||||
* @see #callEvent(String)
|
* @see #callEvent(String)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue