Changeset 30737 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/RelationFixer.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/RelationFixer.java
r28703 r30737 23 23 */ 24 24 public RelationFixer(String... types) { 25 applicableTypes = new ArrayList< String>();25 applicableTypes = new ArrayList<>(); 26 26 for(String type: types) { 27 27 applicableTypes.add(type);
Note:
See TracChangeset
for help on using the changeset viewer.