Changeset 10352 in josm
- Timestamp:
- 2016-06-11T21:25:54+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java
r10306 r10352 1042 1042 } 1043 1043 1044 /** 1045 * Destroy the recentTagsActions. 1046 */ 1044 1047 public void destroyActions() { 1045 1048 for (JosmAction action : recentTagsActions) { 1046 1049 action.destroy(); 1047 1050 } 1051 recentTagsActions.clear(); 1048 1052 } 1049 1053
Note:
See TracChangeset
for help on using the changeset viewer.