removed all dasobert code and begun to replace with Jdas calls.
[jalview.git] / src / jalview / bin / Cache.java
index 069589e..1bb15a2 100755 (executable)
@@ -595,6 +595,7 @@ public class Cache
       {
         String token = st.nextToken();
         int bar = token.indexOf("|");
+        // TODO: replace with JDAS source object.
         Das1Source source = new Das1Source();
         source.setUrl(token.substring(bar + 1));
         if (source.getUrl().startsWith("sequence:"))