mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 23:29:34 +00:00
Moved back to the default NumberFormat instance. The Integer
instance does not compile under MinGW.
This commit is contained in:
parent
4289dbc9dd
commit
bbc89f474f
@ -269,7 +269,7 @@ public class AppleWorksSpreadSheetFileFilter implements FileFilter {
|
||||
* Build a row reference.
|
||||
*/
|
||||
protected String getRowReference(int row) {
|
||||
NumberFormat formatter = NumberFormat.getIntegerInstance();
|
||||
NumberFormat formatter = NumberFormat.getInstance();
|
||||
return formatter.format(row);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user