JAL-1479 refactored SequenceI interface - changed getDBRef() to getDBRefs() since...
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 49b0e4d..50f88f3 100755 (executable)
@@ -300,7 +300,7 @@ public interface SequenceI extends ASequenceI
 
   public void setDBRef(DBRefEntry[] dbs);
 
-  public DBRefEntry[] getDBRef();
+  public DBRefEntry[] getDBRefs();
 
   /**
    * add the given entry to the list of DBRefs for this sequence, or replace a