9
0
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:
William
2022-07-11 23:54:22 +01:00
parent 8552598c6e
commit 9534a8ed0c

View File

@@ -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();