mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-25 16:34:00 +00:00
no $ in dollar format
This commit is contained in:
parent
89b355cffe
commit
dfd60dec78
@ -4,7 +4,7 @@ import java.text.DecimalFormat;
|
||||
|
||||
class Cell implements Comparable<Cell>, Value
|
||||
{
|
||||
private static final DecimalFormat nf = new DecimalFormat ("$#####0.00");
|
||||
private static final DecimalFormat nf = new DecimalFormat ("#####0.00");
|
||||
|
||||
final Address address;
|
||||
private final Sheet parent;
|
||||
|
Loading…
Reference in New Issue
Block a user