Beispiel #1
0
 public String formatNoColor(double amount) {
   return ChatFormat.stripColor(format(amount));
 }
Beispiel #2
0
 public String formatNoColor(Account account) {
   return ChatFormat.stripColor(format(account));
 }