Ignore:
Timestamp:
2016-08-18T02:21:57+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - fix javadoc warnings seen with Java 9

File:
1 edited

Legend:

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

    r10805 r10836  
    2121     * Create a new {@link ShiftedProjecting}
    2222     * @param base The base to use
    23      * @param offset The offset to move base. Subtracted when converting lat/lon->east/north.
     23     * @param offset The offset to move base. Subtracted when converting lat/lon->east/north.
    2424     */
    2525    public ShiftedProjecting(Projecting base, EastNorth offset) {
Note: See TracChangeset for help on using the changeset viewer.