mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-26 01:59:20 +00:00
Escape bracket terminator in javadoc comment
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user