Changeset 18495 in josm for trunk/src/org


Ignore:
Timestamp:
2022-06-15T20:01:29+02:00 (23 months ago)
Author:
taylor.smock
Message:

Fix since xxx

Location:
trunk/src/org/openstreetmap/josm/data/coor
Files:
2 edited

Legend:

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

    r18494 r18495  
    9797     * @param other the other point.
    9898     * @return distance in metres.
    99      * @since xxx (extracted from {@link LatLon})
     99     * @since 18494 (extracted from {@link LatLon})
    100100     */
    101101    default double greatCircleDistance(ILatLon other) {
     
    128128     * @param other the "destination" position
    129129     * @return heading in radians in the range 0 <= hd < 2*PI
    130      * @since xxx (extracted from {@link LatLon}, added in 9796)
     130     * @since 18494 (extracted from {@link LatLon}, added in 9796)
    131131     */
    132132    default double bearing(ILatLon other) {
  • trunk/src/org/openstreetmap/josm/data/coor/LatLon.java

    r18494 r18495  
    219219     * @param other the other point.
    220220     * @return distance in metres.
    221      * @deprecated since xxx (use {@link ILatLon#greatCircleDistance(ILatLon)} instead)
     221     * @deprecated since 18494 (use {@link ILatLon#greatCircleDistance(ILatLon)} instead)
    222222     */
    223223    @Deprecated
     
    240240     * @return heading in radians in the range 0 <= hd < 2*PI
    241241     * @since 9796
    242      * @deprecated since xxx (use {@link ILatLon#bearing(ILatLon)} instead)
     242     * @deprecated since 18494 (use {@link ILatLon#bearing(ILatLon)} instead)
    243243     */
    244244    @Deprecated
Note: See TracChangeset for help on using the changeset viewer.