Changeset 12162 in josm for trunk/src


Ignore:
Timestamp:
2017-05-15T15:46:56+02:00 (7 years ago)
Author:
michael2402
Message:

See #13415: Fix @since tags.

Location:
trunk/src/org/openstreetmap/josm
Files:
3 edited

Legend:

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

    r12161 r12162  
    409409     * @param ll The lat/lon to check
    410410     * @return {@code true} if {@code ll} is within these bounds, {@code false} otherwise
    411      * @since xxx
     411     * @since 12161
    412412     */
    413413    public boolean contains(ILatLon ll) {
  • trunk/src/org/openstreetmap/josm/data/projection/Projecting.java

    r12161 r12162  
    3535     * @param ll the geographical point to convert (in WGS84 lat/lon)
    3636     * @return the corresponding east/north coordinates
    37      * @since xxx
     37     * @since 12161
    3838     */
    3939    EastNorth latlon2eastNorth(ILatLon ll);
  • trunk/src/org/openstreetmap/josm/gui/MapViewState.java

    r12161 r12162  
    195195     * @param latlon the position
    196196     * @return The point for that position.
    197      * @since xxx
     197     * @since 12161
    198198     */
    199199    public MapViewPoint getPointFor(ILatLon latlon) {
     
    271271     * Gets the current projecting instance that is used to convert between east/north and lat/lon space.
    272272     * @return The projection.
    273      * @since xxx
     273     * @since 12161
    274274     */
    275275    public Projecting getProjecting() {
Note: See TracChangeset for help on using the changeset viewer.