JAL-2316 First pass identifiers.org downloading working
[jalview.git] / src / jalview / urls / UrlProvider.java
index 4ae9d13..af618f0 100644 (file)
@@ -57,7 +57,7 @@ public class UrlProvider implements UrlProviderI
     UrlProviderI idProvider = new IdentifiersUrlProvider(cachedUrlList,
             ID_ORG_FILE);
     customProvider = new CustomUrlProvider(cachedUrlList);
-    providers.add(idProvider);
+    // providers.add(idProvider);
     providers.add(customProvider);
 
     // check that the defaultUrl still exists
@@ -80,7 +80,7 @@ public class UrlProvider implements UrlProviderI
     // create all the UrlProviders we need
     providers = new ArrayList<UrlProviderI>();
 
-    UrlProviderI idProvider = new IdentifiersUrlProvider(urlList,
+    UrlProviderI idProvider = new IdentifiersUrlProvider(null,
             ID_ORG_FILE);
     customProvider = new CustomUrlProvider(urlList);
     providers.add(idProvider);