Escape bracket terminator in javadoc comment

feat/data-edit-commands
William 2 years ago
parent 8552598c6e
commit 9534a8ed0c

@ -151,7 +151,7 @@ public abstract class OnlineUser extends User {
/**
* Indicates if the player is currently dead
*
* @return {@code true} if the player is dead (health <= 0); {@code false} otherwise
* @return {@code true} if the player is dead ({@code health <= 0}); {@code false} otherwise
*/
public abstract boolean isDead();

Loading…
Cancel
Save