Changeset 4499 in osm for applications/editors/josm/plugins/surveyor/src
- Timestamp:
- 2007-09-10T22:28:41+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java
r4277 r4499 137 137 * @return the type 138 138 */ 139 public ButtonType getType() { 139 public ButtonType getButtonType() { 140 140 return this.type; 141 141 } … … 156 156 * @param type the type to set 157 157 */ 158 public void setType(ButtonType type) { 158 public void setButtonType(ButtonType type) { 159 159 this.type = type; 160 160 }
Note:
See TracChangeset
for help on using the changeset viewer.