Skip to content

Commit

Permalink
fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
vytskalt committed Mar 16, 2024
1 parent 0452126 commit caeb728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public interface ScoreboardObjective {
*
* @param entry entry to get score of
* @return the score value, or null if it doesn't exist for the entry
* @deprecated use {@link #scoreInfo(String).value()} and {@link ObjectiveScore#value()} instead
* @deprecated use {@link #scoreInfo(String)} and {@link ObjectiveScore#value()} instead
*/
@Deprecated
default @Nullable Integer score(@NotNull String entry) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public interface TeamDisplay {
// Properties

/**
* @return display name, defaults to {@link Component#empty()
* @return display name, defaults to {@link Component#empty()}
*/
@NotNull Component displayName();

Expand All @@ -69,7 +69,7 @@ public interface TeamDisplay {
* Gets the prefix, which defaults to {@link Component#empty()}.
* The suffix is prepended to all team members' names.
*
* @return prefix, defaults to {@link Component#empty()
* @return prefix, defaults to {@link Component#empty()}
*/
@NotNull Component prefix();

Expand Down

0 comments on commit caeb728

Please sign in to comment.