Changeset 30737 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/AssociatedStreetFixer.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/AssociatedStreetFixer.java
r28762 r30737 100 100 101 101 // fill relation name 102 Map<String, Integer> streetNames = new HashMap< String, Integer>();102 Map<String, Integer> streetNames = new HashMap<>(); 103 103 for (RelationMember m : rel.getMembers()) 104 104 if ("street".equals(m.getRole()) && m.isWay()) { … … 126 126 } 127 127 128 List<Command> commandList = new ArrayList< Command>();128 List<Command> commandList = new ArrayList<>(); 129 129 if (fixed) { 130 130 commandList.add(new ChangeCommand(source, rel));
Note:
See TracChangeset
for help on using the changeset viewer.
