fix number format
This commit is contained in:
parent
0b88b0ab34
commit
e5543a9ab9
@ -17,7 +17,7 @@ import java.util.List;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
public class ReadMeManager {
|
public class ReadMeManager {
|
||||||
private final DecimalFormat decimalFormat = new DecimalFormat("#,###.00");
|
private final DecimalFormat decimalFormat = new DecimalFormat("#,###");
|
||||||
|
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public ReadMeManager() {
|
public ReadMeManager() {
|
||||||
|
Loading…
Reference in New Issue
Block a user