Changeset 12817 in josm for trunk/src/org


Ignore:
Timestamp:
2017-09-10T14:12:55+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - deprecate unused method

File:
1 edited

Legend:

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

    r9983 r12817  
    9999     * @return BBox around this coordinate
    100100     * @since 6203
     101     * @deprecated no longer supported
    101102     */
     103    @Deprecated
    102104    public BBox toBBox(final double r) {
    103105        return new BBox(x - r, y - r, x + r, y + r);
Note: See TracChangeset for help on using the changeset viewer.