Skip to content

Commit bf331f3

Browse files
committed
remove redundant static for enum
1 parent f975942 commit bf331f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pro/cloudnode/smp/bankaccounts/BankConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ public int invoiceNotifyInterval() {
14331433
);
14341434
}
14351435

1436-
public static enum HelpCommandsBank {
1436+
public enum HelpCommandsBank {
14371437
BALANCE("balance"),
14381438
BALANCE_OTHER("balance-other"),
14391439
TRANSFER("transfer"),

0 commit comments

Comments
 (0)