JAL-3404 fix up test compilation errors
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Sat, 10 Aug 2019 05:44:23 +0000 (06:44 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Sat, 10 Aug 2019 05:44:23 +0000 (06:44 +0100)
src/jalview/ext/jmol/JalviewJmolBinding.java
src/jalview/structures/models/AAStructureBindingModel.java

index 2645980..fe64154 100644 (file)
@@ -1450,10 +1450,4 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
      */
     viewer.evalString("zoom 0");
   }
-
-  @Override
-  public int getModelForPdbFile(String fileName, int fileIndex)
-  {
-    return fileIndex;
-  }
 }
index 05c09e9..861daa6 100644 (file)
@@ -1044,7 +1044,10 @@ public abstract class AAStructureBindingModel
    *                    index of the file in the stored array of file names
    * @return
    */
-  public abstract int getModelForPdbFile(String fileName, int fileIndex);
+  public int getModelForPdbFile(String fileName, int fileIndex)
+  {
+    return fileIndex;
+  }
 
   /**
    * Answers a default structure model specification which is simply the string