Changeset 30722 in osm for applications/editors/josm/plugins/junctionchecking
- Timestamp:
- 2014-10-15T00:24:51+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/filter/Filter.java
r25501 r30722 25 25 26 26 public String[] getTagValues() { 27 return (String[])tagValues.toArray();27 return tagValues.toArray(new String[tagValues.size()]); 28 28 } 29 29
Note:
See TracChangeset
for help on using the changeset viewer.