diff --git a/eco-api/src/main/java/com/willfp/eco/core/integrations/economy/EconomyIntegration.java b/eco-api/src/main/java/com/willfp/eco/core/integrations/economy/EconomyIntegration.java index 3ba4a173..32a1ede1 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/integrations/economy/EconomyIntegration.java +++ b/eco-api/src/main/java/com/willfp/eco/core/integrations/economy/EconomyIntegration.java @@ -12,7 +12,7 @@ import java.math.BigDecimal; * If you're adding your economy to be supported in eco, * it's recommended to override the {@link BigDecimal} methods * as opposed to the {@code double} methods. - * + *
* You must override at least one of all methods, * i.e. one {@code hasAmount}, one {@code giveMoney}, etc., * otherwise your integration will cause {@link StackOverflowError}.