From b318e1301843732eabd1b34ce391828887c883df Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 1 Aug 2008 13:17:21 +0000 Subject: [PATCH] todo --- src/jalview/util/DBRefUtils.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jalview/util/DBRefUtils.java b/src/jalview/util/DBRefUtils.java index 49f04cb..7592748 100755 --- a/src/jalview/util/DBRefUtils.java +++ b/src/jalview/util/DBRefUtils.java @@ -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); -- 1.7.10.2