Changeset 32713 in osm
- Timestamp:
- 2016-07-26T00:19:46+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
r31961 r32713 371 371 } 372 372 try { 373 return new Double(text);373 return Double.valueOf(text); 374 374 } catch(NumberFormatException nfe) { 375 375 return null;
Note:
See TracChangeset
for help on using the changeset viewer.