Ignore:
Timestamp:
2016-02-10T00:41:16+01:00 (8 years ago)
Author:
Don-vip
Message:

fix coverity (1350239, 1350240, 1350241) defects corresponding to Findbugs serialization warnings

File:
1 edited

Legend:

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

    r9668 r9774  
    124124    private final transient HighlightHelper highlightHelper = new HighlightHelper();
    125125    private final boolean highlightEnabled = Main.pref.getBoolean("draw.target-highlight", true);
    126     private RecentRelationsAction recentRelationsAction;
     126    private transient RecentRelationsAction recentRelationsAction;
    127127
    128128    /**
Note: See TracChangeset for help on using the changeset viewer.