Ignore:
Timestamp:
2014-10-19T01:27:04+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix java 7 warnings / global usage of try-with-resource

File:
1 edited

Legend:

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

    r30737 r30738  
    150150                }
    151151            } else if( element.getType() == OsmPrimitiveType.RELATION ) {
    152                 Color oldColor = g.getColor();
    153                 g.setColor(Color.magenta);
     152                Color oldColor = g.getColor();
     153                g.setColor(Color.magenta);
    154154                drawRelations(g, mv, bbox, (Relation)element);
    155155                g.setColor(oldColor);
Note: See TracChangeset for help on using the changeset viewer.