Changeset 36102 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/RelationFixer.java
- Timestamp:
- 2023-07-24T15:55:23+02:00 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/RelationFixer.java
r34551 r36102 17 17 public abstract class RelationFixer { 18 18 19 private List<String> applicableTypes;19 private final List<String> applicableTypes; 20 20 private SortAndFixAction sortAndFixAction; 21 21
Note:
See TracChangeset
for help on using the changeset viewer.