Skip to content

Commit 01585a7

Browse files
committed
[ci skip] Improved Javadoc parameter descriptions
1 parent dc1fe9e commit 01585a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/thenextlvl/service/api/character/Character.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ public interface Character<T extends Entity> extends Persistable, Viewable {
155155
* <p>
156156
* This method requires the provider to support the {@link CharacterCapability#HEALTH} capability.
157157
*
158-
* @param invulnerable {@code true} if the character should be invulnerable, {@code false} otherwise
158+
* @param invulnerable {@code true} if the character should be invulnerable, otherwise {@code false}
159159
*/
160160
void setInvulnerable(boolean invulnerable);
161161

162162
/**
163163
* Sets the visibility state of the character's tablist entry.
164164
*
165-
* @param hidden {@code true} to hide the tablist entry, {@code false} to make it visible
165+
* @param hidden {@code true} to hide the tablist entry, to make it visible {@code false}
166166
*/
167167
void setTablistEntryHidden(boolean hidden);
168168
}

0 commit comments

Comments
 (0)