Changeset 30737 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/SVGParser.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/SVGParser.java
r18544 r30737 47 47 */ 48 48 public String [] getClosedPaths(String svg) { 49 ArrayList<String> path = new ArrayList< String>();49 ArrayList<String> path = new ArrayList<>(); 50 50 int i = 0; 51 51 while (svg.indexOf(cPathStart, i) != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.
