Platform.timecheck calls removed or commented out.
[jalview.git] / src / jalview / datamodel / DBRefEntry.java
index 1993516..8520e5c 100755 (executable)
@@ -24,7 +24,6 @@ import jalview.api.DBRefEntryI;
 import jalview.util.DBRefUtils;
 import jalview.util.MapList;
 
-import java.util.Arrays;
 import java.util.List;
 
 public class DBRefEntry implements DBRefEntryI
@@ -40,7 +39,9 @@ public class DBRefEntry implements DBRefEntryI
 
   String source = "";
 
-  String version = "", ucversion;
+  String version = "";
+  
+  private String ucversion;
 
   String accessionId = "";
   
@@ -386,6 +387,14 @@ public class DBRefEntry implements DBRefEntryI
     return accessionId != null && accessionId.startsWith(CHROMOSOME + ":");
   }
 
+  /**
+   * stores the upper-case canonical name of the source for use in
+   * Sequence.getPrimaryDBRefs().
+   * 
+   * @author Bob Hanson
+   * 
+   * @return
+   */
   public Object getCanonicalSourceName() {
        return canonicalSourceName;
   }