Skip to content

Commit eb87d6a

Browse files
committed
fix: add missing nullability annotation
1 parent 1eb84d1 commit eb87d6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

paper-api/src/main/java/org/bukkit/scoreboard/Scoreboard.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ default Set<Score> getScores(@NotNull String entry) {
242242
* @apiNote use {@link #getScores(ScoreHolder)}
243243
*/
244244
@ApiStatus.Obsolete(since = "1.21.8")
245+
@NotNull
245246
default Set<Score> getScores(@NotNull OfflinePlayer player) {
246247
return this.getScores((ScoreHolder) player);
247248
}

0 commit comments

Comments
 (0)