Ignore:
Timestamp:
2015-05-02T00:55:19+02:00 (9 years ago)
Author:
Don-vip
Message:

fix potential NPEs and Sonar issues related to serialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ImageryMenu.java

    r8286 r8308  
    5858    };
    5959
    60     private Action offsetAction = new JosmAction(
     60    private transient Action offsetAction = new JosmAction(
    6161            tr("Imagery offset"), "mapmode/adjustimg", tr("Adjust imagery offset"), null, false, false) {
    6262        {
     
    256256     * @since 5803
    257257     */
    258     private List <Object> dynamicItems = new ArrayList<>(20);
     258    private transient List <Object> dynamicItems = new ArrayList<>(20);
    259259
    260260    /**
Note: See TracChangeset for help on using the changeset viewer.