Ignore:
Timestamp:
2017-09-05T21:48:18+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - deprecate LatLon#toStringCSV

removes last references of LatLon to CoordinateFormat classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/LatLon.java

    r12741 r12745  
    422422     * @param separator values separator
    423423     * @return String in the format {@code "1.23456[separator]2.34567"}
    424      */
     424     * @deprecated method removed without replacment
     425     */
     426    @Deprecated
    425427    public String toStringCSV(String separator) {
    426428        return Utils.join(separator, Arrays.asList(
Note: See TracChangeset for help on using the changeset viewer.