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/conflict/tags/RelationMemberConflictResolverModel.java

    r7661 r8308  
    3131
    3232    /** the list of conflict decisions */
    33     protected final List<RelationMemberConflictDecision> decisions;
     33    protected final transient List<RelationMemberConflictDecision> decisions;
    3434    /** the collection of relations for which we manage conflicts */
    35     protected Collection<Relation> relations;
     35    protected transient Collection<Relation> relations;
    3636    /** the number of conflicts */
    3737    private int numConflicts;
Note: See TracChangeset for help on using the changeset viewer.