Ignore:
Timestamp:
2017-05-11T09:24:13+02:00 (7 years ago)
Author:
Don-vip
Message:

see #14734 - fix checkstyle warnings

File:
1 edited

Legend:

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

    r12093 r12118  
    9595     * Get displacement in EastNorth coordinates of the original projection.
    9696     *
     97     * @return the displacement
    9798     * @see #getProjectionCode()
    98      * @return the displacement
    9999     */
    100100    public EastNorth getDisplacement() {
     
    128128     *
    129129     * Basically this is the place where it was created and is valid.
    130      * The center may be unrecorded (see {@link #hasCenter()), in which
     130     * The center may be unrecorded (see {@link #hasCenter()}, in which
    131131     * case a dummy center (0,0) will be returned.
    132132     * @return the center
Note: See TracChangeset for help on using the changeset viewer.