Changeset 29913 in osm
- Timestamp:
- 2013-09-04T19:36:50+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/src/pdfimport/PathOptimizer.java
r25349 r29913 52 52 if (!isColorOK(info)){ 53 53 return; 54 }55 56 if (path.points.size() > 10){57 int a = 10;58 a++;59 54 } 60 55 … … 704 699 l.info = layer.info.copy(); 705 700 l.info.isGroup = true; 706 l.multiPaths = Collections. EMPTY_LIST;701 l.multiPaths = Collections.emptyList(); 707 702 result.add(l); 708 703 }
Note:
See TracChangeset
for help on using the changeset viewer.