Changeset 4169 in josm for trunk/src/org
- Timestamp:
- 2011-06-25T23:09:12+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java
r4055 r4169 88 88 if(widthTag != null) { 89 89 try { 90 realWidth = new Float(Integer.parseInt(widthTag));90 realWidth = Float.valueOf(widthTag); 91 91 } 92 92 catch(NumberFormatException nfe) {
Note:
See TracChangeset
for help on using the changeset viewer.