Changeset 36102 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/AddRemoveMemberAction.java
- Timestamp:
- 2023-07-24T15:55:23+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/AddRemoveMemberAction.java
r34551 r36102 35 35 */ 36 36 public class AddRemoveMemberAction extends JosmAction implements ChosenRelationListener { 37 private ChosenRelation rel; 38 private SortAndFixAction sortAndFix; 37 private final ChosenRelation rel; 38 private final SortAndFixAction sortAndFix; 39 39 40 40 public AddRemoveMemberAction(ChosenRelation rel, SortAndFixAction sortAndFix) {
Note:
See TracChangeset
for help on using the changeset viewer.