Ignore:
Timestamp:
2015-06-04T01:52:36+02:00 (9 years ago)
Author:
Don-vip
Message:

minor code style issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

    r8444 r8465  
    15451545                if (selectedWays.size()==1) {
    15461546                    Way w = selectedWays.iterator().next();
    1547                     Collection <EastNorth> pointsToProject = new ArrayList<>();
     1547                    Collection<EastNorth> pointsToProject = new ArrayList<>();
    15481548                    if (w.getNodesCount()<1000) {
    15491549                        for (Node n: w.getNodes()) {
Note: See TracChangeset for help on using the changeset viewer.