Skip to content

Commit

Permalink
Fix some javadoc bits that prevented deploying.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Oct 26, 2024
1 parent d324ca6 commit 0c175c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public synchronized boolean payTo(double amount, Account collector, String reaso
/**
* Fetch the current world for this object
*
* @deprecated since 0.100.4.6 use {@link #getWorld().getBukkitWorld()} instead.
* @deprecated since 0.100.4.6 use {@link #getWorld()} instead.
* @return Bukkit world for the object
*/
@Deprecated
Expand Down Expand Up @@ -304,7 +304,7 @@ public void setName(String name) {
}

/**
* @apiNote The returned uuid's version may differ from the object this represents in the case of NPC accounts.
* apiNote The returned uuid's version may differ from the object this represents in the case of NPC accounts.
*/
@Override
public @NotNull UUID getUUID() {
Expand Down

0 comments on commit 0c175c4

Please sign in to comment.