Changeset 9972 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/OsmIdSelectionDialog.java
- Timestamp:
- 2016-03-12T23:45:08+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/OsmIdSelectionDialog.java
r8510 r9972 162 162 */ 163 163 protected void restorePrimitivesHistory(HistoryComboBox cbHistory) { 164 java.util.List<String> cmtHistory = new LinkedList<>(164 List<String> cmtHistory = new LinkedList<>( 165 165 Main.pref.getCollection(getClass().getName() + ".primitivesHistory", new LinkedList<String>())); 166 166 // we have to reverse the history, because ComboBoxHistory will reverse it again in addElement()
Note:
See TracChangeset
for help on using the changeset viewer.
