JAL-4265 Added saveState and restoreState to interface with no-op methods in abstract...
[jalview.git] / src / jalview / ext / jmol / JmolCommands.java
index e621ba5..01dac9b 100644 (file)
@@ -501,11 +501,13 @@ public class JmolCommands extends StructureCommandsBase
     return null; // not an external viewer
   }
 
+  @Override
   public StructureCommandI saveState(String label)
   {
     return new StructureCommand("save STATE " + label);
   }
 
+  @Override
   public StructureCommandI restoreState(String label)
   {
     return new StructureCommand("restore STATE " + label);