Index: trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 14195)
+++ trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 14196)
@@ -85,6 +85,6 @@
     }
 
-    protected static final ListenerList<DownloadSourceListener> downloadSourcesListeners = ListenerList.create();
-    protected static final List<DownloadSource<?>> downloadSources = new ArrayList<>();
+    private static final ListenerList<DownloadSourceListener> downloadSourcesListeners = ListenerList.create();
+    private static final List<DownloadSource<?>> downloadSources = new ArrayList<>();
     static {
         // add default download sources
