Changeset 26509 in osm for applications/editors/josm/plugins/surveyor/src/at/dallermassl
- Timestamp:
- 2011-08-11T00:45:56+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java
r16957 r26509 150 150 this.type = ButtonType.valueOf(type.toUpperCase()); 151 151 } catch (IllegalArgumentException e) { 152 System.err.println("Unkown button type '" + type + "' given. Allowed values are " + Arrays.toString(ButtonType.values())); 152 System.err.println("Unknown button type '" + type + "' given. Allowed values are " + Arrays.toString(ButtonType.values())); 153 153 } 154 154 }
Note:
See TracChangeset
for help on using the changeset viewer.