JAL-972, JAL-1072 new default dasregistry.org registry URL for JDAS
[jalview.git] / src / jalview / ws / dbsources / das / datamodel / DasSourceRegistry.java
index 7257d0c..07a8656 100644 (file)
@@ -46,7 +46,7 @@ public class DasSourceRegistry implements DasSourceRegistryI,
 
   private Hashtable<String, jalviewSourceI> localSources = null;
 
-  public static String DEFAULT_REGISTRY = "http://www.dasregistry.org/das1/sources/";
+  public static String DEFAULT_REGISTRY = "http://www.dasregistry.org/das/sources";
 
   /**
    * true if thread is running and we are talking to DAS registry service
@@ -131,7 +131,7 @@ public class DasSourceRegistry implements DasSourceRegistryI,
     }
     return appendLocalSources();
   }
-
+  
   /**
    * generate Sources from the local das source list
    *