Changeset 29913 in osm


Ignore:
Timestamp:
2013-09-04T19:36:50+02:00 (11 years ago)
Author:
donvip
Message:

[josm_pdfimport] fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/PathOptimizer.java

    r25349 r29913  
    5252                if (!isColorOK(info)){
    5353                        return;
    54                 }
    55 
    56                 if (path.points.size() > 10){
    57                         int a = 10;
    58                         a++;
    5954                }
    6055
     
    704699                                l.info = layer.info.copy();
    705700                                l.info.isGroup = true;
    706                                 l.multiPaths = Collections.EMPTY_LIST;
     701                                l.multiPaths = Collections.emptyList();
    707702                                result.add(l);
    708703                        }
Note: See TracChangeset for help on using the changeset viewer.