Fix Javadoc generation warnings and errors
This commit is contained in:
parent
2529898e19
commit
dedcdad002
2 changed files with 3 additions and 2 deletions
|
@ -209,6 +209,7 @@ public final class Miscellaneous {
|
|||
/**
|
||||
* Returns the {@code Caused by} message usually found when the JVM prints a throwable.
|
||||
*
|
||||
* @param throwable {@link Throwable} to use
|
||||
* @return stack trace header
|
||||
* @since v1-alpha4
|
||||
*/
|
||||
|
|
|
@ -537,7 +537,7 @@ public abstract class Window implements AutoCloseable {
|
|||
* Do not call this method manually or you
|
||||
* may cause unintended side effects.
|
||||
*
|
||||
* @throws Throwable thrown by implementing method
|
||||
* @throws Exception thrown by implementing method
|
||||
* @since v1-alpha2
|
||||
*/
|
||||
public abstract void updateState() throws Exception;
|
||||
|
@ -548,7 +548,7 @@ public abstract class Window implements AutoCloseable {
|
|||
* Do not call this method manually or you
|
||||
* may cause unintended side effects.
|
||||
*
|
||||
* @throws Throwable thrown by implementing method
|
||||
* @throws Exception thrown by implementing method
|
||||
* @since v1-alpha2
|
||||
*/
|
||||
public abstract void render() throws Exception;
|
||||
|
|
Loading…
Reference in a new issue