JAL-3829 do better at detecting structure type, prompt to retrieve Uniprot ids for...
[jalview.git] / src / jalview / ext / jmol / JmolCommands.java
index 085fbd5..25f6aec 100644 (file)
@@ -475,4 +475,10 @@ public class JmolCommands extends StructureCommandsBase
   {
     return loadFile(filepath);
   }
+
+  @Override
+  public StructureCommandI closeViewer()
+  {
+    return null; // not an external viewer
+  }
 }