JAL-2316 Unit test updates and associated minor changes and fixes.
[jalview.git] / src / jalview / urls / UrlProvider.java
index fcda198..7009e70 100644 (file)
@@ -59,6 +59,8 @@ public class UrlProvider implements UrlProviderI
     // check that the defaultUrl still exists
     if (!setDefaultUrl(defaultUrlString))
     {
+      // if the defaultUrl can't be found in any of the providers
+      // set up a custom default url
       chooseDefaultUrl();
     }
   }