Changeset 30737 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java
r29531 r30737 20 20 public class ChosenRelation implements EditLayerChangeListener, MapViewPaintable, DataSetListener { 21 21 protected Relation chosenRelation = null; 22 private Set<ChosenRelationListener> chosenRelationListeners = new HashSet< ChosenRelationListener>();22 private Set<ChosenRelationListener> chosenRelationListeners = new HashSet<>(); 23 23 24 24 public void set( Relation rel ) {
Note:
See TracChangeset
for help on using the changeset viewer.
