JAL-972, JAL-1072 new default dasregistry.org registry URL for JDAS
authorjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 20 Apr 2012 16:06:32 +0000 (17:06 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 20 Apr 2012 16:06:32 +0000 (17:06 +0100)
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
    *