fix build
[jalview.git] / 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)
     {