Skip to content

Commit

Permalink
Remove EconomyService#getCurrencies (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus authored Jul 2, 2020
1 parent a4d6aa2 commit 50ac9c5
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,6 @@ public interface EconomyService extends ContextualService<Account> {
*/
Currency getDefaultCurrency();

/**
* Returns the {@link Set} of supported {@link Currency} objects that are
* implemented by this EconomyService.
*
* <p>The economy service provider may only support one currency, in which
* case {@link #getDefaultCurrency()} will be the only member of the set.
* </p>
*
* <p>The set returned is a read-only a view of all currencies available in
* the EconomyService.</p>
*
* @return The {@link Set} of all {@link Currency}s
*/
Set<Currency> getCurrencies();

/**
* Returns whether a {@link UniqueAccount} exists with the specified
* {@link UUID}.
Expand Down

0 comments on commit 50ac9c5

Please sign in to comment.