fix build
authorJim Procter <jprocter@issues.jalview.org>
Wed, 1 Jun 2016 13:33:27 +0000 (14:33 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 1 Jun 2016 13:33:27 +0000 (14:33 +0100)
src/jalview/datamodel/DBRefEntry.java

index 738c4dc..66a075e 100755 (executable)
@@ -112,7 +112,7 @@ public class DBRefEntry implements DBRefEntryI
    * @return
    */
   @Override
-  public boolean updateFrom(DBRefEntry other)
+  public boolean updateFrom(DBRefEntryI other)
   {
     if (other == null)
     {