Changeset 7005 in josm for trunk/src/org/openstreetmap/josm/gui/ConditionalOptionPaneUtil.java
- Timestamp:
- 2014-04-26T17:39:23+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/ConditionalOptionPaneUtil.java
r6901 r7005 36 36 37 37 /** (preference key => return value) mappings valid for the current operation (no, those two maps cannot be combined) */ 38 protected static final Map<String, Integer> sessionChoices = new HashMap< String, Integer>();38 protected static final Map<String, Integer> sessionChoices = new HashMap<>(); 39 39 /** (preference key => return value) mappings valid for the current session */ 40 protected static final Map<String, Integer> immediateChoices = new HashMap< String, Integer>();40 protected static final Map<String, Integer> immediateChoices = new HashMap<>(); 41 41 /** a set indication that (preference key) is or may be stored for the currently active bulk operation */ 42 protected static final Set<String> immediateActive = new HashSet< String>();42 protected static final Set<String> immediateActive = new HashSet<>(); 43 43 44 44 /**
Note:
See TracChangeset
for help on using the changeset viewer.
