debugging cross references and duplicate sequence db refs
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 731b646..5c15108 100755 (executable)
@@ -244,6 +244,12 @@ public interface SequenceI
 
   public DBRefEntry[] getDBRef();
 
+  /**
+   * add the given entry to the list of DBRefs for this sequence, 
+   * or replace a similar one if entry contains a map object 
+   * and the existing one doesnt. 
+   * @param entry
+   */
   public void addDBRef(DBRefEntry entry);
 
   public void addSequenceFeature(SequenceFeature sf);