JAL-3518 basic refactoring / pull up of superposeStructures; to tidy!
[jalview.git] / src / jalview / appletgui / ExtJmol.java
index 28381bc..5be53a3 100644 (file)
@@ -180,4 +180,11 @@ public class ExtJmol extends JalviewJmolBinding
     return null;
   }
 
+  @Override
+  protected void sendAsynchronousCommand(String command, String progressMsg)
+  {
+    // TODO Auto-generated method stub
+    
+  }
+
 }