volwec
Results
1
issues of
volwec
CustOrder produce toString with localized total value string representation: ` @Override public String toString() { return customerId + ":" + orderId + ":" + new DecimalFormat("##.00").format(total); }` but in the...