Ignore:
Timestamp:
2015-12-02T00:05:09+01:00 (10 years ago)
Author:
Don-vip
Message:

sonar - Immutable Field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/DiffResultProcessor.java

    r8510 r9078  
    4343     * replied by the server
    4444     */
    45     private Map<PrimitiveId, DiffResultEntry> diffResults = new HashMap<>();
     45    private final Map<PrimitiveId, DiffResultEntry> diffResults = new HashMap<>();
    4646    /**
    4747     * the set of processed primitives *after* the new id, the new version and the new changeset id is set
    4848     */
    49     private Set<OsmPrimitive> processed;
     49    private final Set<OsmPrimitive> processed;
    5050    /**
    5151     * the collection of primitives being uploaded
    5252     */
    53     private Collection<? extends OsmPrimitive> primitives;
     53    private final Collection<? extends OsmPrimitive> primitives;
    5454
    5555    /**
Note: See TracChangeset for help on using the changeset viewer.