X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FDBRefEntryI.java;h=01b1d2cb82fc86e87785efb9e91b07e16fbafe79;hb=1ef41424aa84711f0dfab976fc004cf63b5f6cfe;hp=49858cb4381658be367ec61828d20a4ea745057c;hpb=1f959f4a5bc07769cde4c2577022ad64e55b4a1a;p=jalview.git diff --git a/src/jalview/api/DBRefEntryI.java b/src/jalview/api/DBRefEntryI.java index 49858cb..01b1d2c 100644 --- a/src/jalview/api/DBRefEntryI.java +++ b/src/jalview/api/DBRefEntryI.java @@ -1,6 +1,5 @@ package jalview.api; -import jalview.datamodel.DBRefEntry; import jalview.datamodel.Mapping; //JBPComment: this is a datamodel API - so it should be in datamodel (it's a peer of SequenceI) @@ -90,5 +89,5 @@ public interface DBRefEntryI * @param otherEntry * @return */ - public boolean updateFrom(DBRefEntry otherEntry); + public boolean updateFrom(DBRefEntryI otherEntry); }