todo
authorjprocter <Jim Procter>
Fri, 1 Aug 2008 13:17:21 +0000 (13:17 +0000)
committerjprocter <Jim Procter>
Fri, 1 Aug 2008 13:17:21 +0000 (13:17 +0000)
src/jalview/util/DBRefUtils.java

index 49f04cb..7592748 100755 (executable)
@@ -84,7 +84,9 @@ public class DBRefUtils
                                               DBRefEntry dBRefEntry)
   {
     if (DasCoordinateSystemsLookup == null)
-    { // Initialise
+    { 
+      // TODO: Make a DasCoordinateSystemsLookup properties resource
+      // Initialise
       DasCoordinateSystemsLookup = new Hashtable();
       DasCoordinateSystemsLookup.put("pdbresnum",
                                      jalview.datamodel.DBRefSource.PDB);