Changeset 10603 in josm


Ignore:
Timestamp:
2016-07-23T14:46:12+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13172 - fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/imagery/TileSourceDisplaySettings.java

    r10600 r10603  
    181181     * Gets the displacement of the image
    182182     * @return The displacement.
    183      * @since xxx
     183     * @since 10571
    184184     */
    185185    public EastNorth getDisplacement() {
     
    190190     * Set the displacement
    191191     * @param displacement The new displacement
    192      * @since xxx
     192     * @since 10571
    193193     */
    194194    public void setDisplacement(EastNorth displacement) {
     
    201201     * Adds the given value to the displacement.
    202202     * @param displacement The value to add.
    203      * @since xxx
     203     * @since 10571
    204204     */
    205205    public void addDisplacement(EastNorth displacement) {
Note: See TracChangeset for help on using the changeset viewer.