Changeset 12802 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-09-09T16:10:32+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmWriter.java
r12800 r12802 131 131 132 132 /** 133 * Writes the full OSM file for the given layer (header, data sources, osm data ).133 * Writes the full OSM file for the given layer (header, data sources, osm data, footer). 134 134 * @param layer OSM data layer 135 135 * @deprecated To be removed end of 2017. Use {@link #write(DataSet)} instead … … 141 141 142 142 /** 143 * Writes the full OSM file for the given data set (header, data sources, osm data ).143 * Writes the full OSM file for the given data set (header, data sources, osm data, footer). 144 144 * @param data OSM data set 145 145 * @since 12800
Note:
See TracChangeset
for help on using the changeset viewer.