Changeset 35600 in osm for applications
- Timestamp:
- 2020-10-18T18:11:35+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoPropertyEditor.java
r35599 r35600 640 640 private Double maximum; 641 641 642 p ublicDoubleInputVerifier(JosmTextField txtFld) {642 protected DoubleInputVerifier(JosmTextField txtFld) { 643 643 textField = txtFld; 644 644 }
Note:
See TracChangeset
for help on using the changeset viewer.