Ignore:
Timestamp:
2018-08-29T01:32:13+02:00 (6 years ago)
Author:
Don-vip
Message:

spotbugs - MS_MUTABLE_COLLECTION_PKGPROTECT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r14153 r14196  
    8585    }
    8686
    87     protected static final ListenerList<DownloadSourceListener> downloadSourcesListeners = ListenerList.create();
    88     protected static final List<DownloadSource<?>> downloadSources = new ArrayList<>();
     87    private static final ListenerList<DownloadSourceListener> downloadSourcesListeners = ListenerList.create();
     88    private static final List<DownloadSource<?>> downloadSources = new ArrayList<>();
    8989    static {
    9090        // add default download sources
Note: See TracChangeset for help on using the changeset viewer.