- Timestamp:
- 12/11/10 02:27:38 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/UnitsOfMeasurement.java
r963 r1344 22 22 23 23 import java.text.DecimalFormat; 24 import java.text.DecimalFormatSymbols; 25 import java.util.Locale; 24 26 25 27 import org.apache.log4j.Logger; … … 30 32 public final static DecimalFormat format2DP; 31 33 static { 32 format2DP = new DecimalFormat("##.##"); 34 format2DP = new DecimalFormat("##.##", 35 new DecimalFormatSymbols(Locale.ENGLISH)); 33 36 } 34 37
Note: See TracChangeset
for help on using the changeset viewer.
