- Timestamp:
- 2018-08-29T01:32:13+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r14153 r14196 85 85 } 86 86 87 pr otectedstatic final ListenerList<DownloadSourceListener> downloadSourcesListeners = ListenerList.create();88 pr otectedstatic final List<DownloadSource<?>> downloadSources = new ArrayList<>();87 private static final ListenerList<DownloadSourceListener> downloadSourcesListeners = ListenerList.create(); 88 private static final List<DownloadSource<?>> downloadSources = new ArrayList<>(); 89 89 static { 90 90 // add default download sources
Note:
See TracChangeset
for help on using the changeset viewer.