JAL-3829 alternative UX: need to select 3d-beacons from dropdown if db-refs need...
[jalview.git] / src / jalview / gui / JalviewChimeraXBindingModel.java
index 5b7a928..cfd44c7 100644 (file)
@@ -42,7 +42,7 @@ public class JalviewChimeraXBindingModel extends JalviewChimeraBindingModel
     int modelNumber = chimeraMaps.size() + 1;
     String command = "setattr #" + modelNumber + " models name "
             + pe.getId();
-    executeCommand(new StructureCommand(command), false);
+   executeCommand(new StructureCommand(command), false);
     modelsToMap.add(new ChimeraModel(pe.getId(), ModelType.PDB_MODEL,
             modelNumber, 0));
   }
@@ -93,6 +93,7 @@ public class JalviewChimeraXBindingModel extends JalviewChimeraBindingModel
    * @param atomSpec
    * @return
    */
+  @Override
   protected AtomSpec parseAtomSpec(String atomSpec)
   {
     return AtomSpec.fromChimeraXAtomspec(atomSpec);