Ignore:
Timestamp:
2015-11-28T18:26:23+01:00 (10 years ago)
Author:
Don-vip
Message:

sonar - Immutable Field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/CustomConfigurator.java

    r8870 r9067  
    423423
    424424        private Preferences mainPrefs;
    425         private Map<String, Element> tasksMap = new HashMap<>();
     425        private final Map<String, Element> tasksMap = new HashMap<>();
    426426
    427427        private boolean lastV; // last If condition result
Note: See TracChangeset for help on using the changeset viewer.