Skip to content

Commit

Permalink
Fix javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Jan 6, 2025
1 parent 1231031 commit 3a522bf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ public Account(final EconomyHandler owner, final @NotNull String name, final @No

/**
* @deprecated since 0.101.0.6 use {@link #Account(EconomyHandler, String, UUID, Supplier, boolean)} instead.
* @param economyHandler economyHandler that owns this account.
* @param owner economyHandler that owns this account.
* @param name name of the account owner.
* @param world world in which the account would exist.
* @param uuid UUID of the account owner.
* @param worldSupplier world in which the account would exist.
*/
@Deprecated
public Account(final EconomyHandler owner, final @NotNull String name, final @NotNull UUID uuid, final @Nullable Supplier<TownyWorld> worldSupplier) {
Expand Down

0 comments on commit 3a522bf

Please sign in to comment.