- Timestamp:
- 2020-07-20T17:55:23+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserDialogManager.java
r16622 r16798 128 128 */ 129 129 public void hideAll() { 130 dialogs.values().forEach(this::hide);130 new ArrayList<>(dialogs.values()).forEach(this::hide); 131 131 } 132 132
Note:
See TracChangeset
for help on using the changeset viewer.