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

See #13415: Fix @since tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.