Ignore:
Timestamp:
2014-10-18T23:07:52+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix Java 7 / unused code warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java

    r29531 r30737  
    2020public class ChosenRelation implements EditLayerChangeListener, MapViewPaintable, DataSetListener {
    2121    protected Relation chosenRelation = null;
    22     private Set<ChosenRelationListener> chosenRelationListeners = new HashSet<ChosenRelationListener>();
     22    private Set<ChosenRelationListener> chosenRelationListeners = new HashSet<>();
    2323
    2424    public void set( Relation rel ) {
Note: See TracChangeset for help on using the changeset viewer.