Changeset 12117 in josm


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

see #14734 - fix PMD warning

File:
1 edited

Legend:

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

    r12093 r12117  
    6363    private boolean showErrors;
    6464
    65     private OffsetBookmark offsetBookmark = null;
     65    private OffsetBookmark offsetBookmark;
    6666    /**
    6767     * the displacement (basically caches the displacement from the offsetBookmark
     
    193193    /**
    194194     * Sets an offset bookmark to use.
    195      * 
     195     *
    196196     * @param offsetBookmark the offset bookmark, may be null
    197197     */
Note: See TracChangeset for help on using the changeset viewer.