Changeset 12802 in josm for trunk/src/org


Ignore:
Timestamp:
2017-09-09T16:10:32+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14794 - checkstyle (unit tests)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmWriter.java

    r12800 r12802  
    131131
    132132    /**
    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).
    134134     * @param layer OSM data layer
    135135     * @deprecated To be removed end of 2017. Use {@link #write(DataSet)} instead
     
    141141
    142142    /**
    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).
    144144     * @param data OSM data set
    145145     * @since 12800
Note: See TracChangeset for help on using the changeset viewer.