JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / structure / StructureCommandsI.java
index 8ba94b0..fc8b828 100644 (file)
@@ -194,16 +194,16 @@ public interface StructureCommandsI
    * @return
    */
   StructureCommandI openSession(String filepath);
-  
+
   /**
-   * Returns command to restore a previously saved version of an existing structure viewer session file. 
-   * Default implementation calls 'openSession' 
+   * Returns command to restore a previously saved version of an existing
+   * structure viewer session file. Default implementation calls 'openSession'
+   * 
    * @param filePath
    * @return
    */
   StructureCommandI restoreSession(String filePath);
 
-
   /**
    * Returns a command to ask the viewer to close down
    * 
@@ -256,7 +256,8 @@ public interface StructureCommandsI
 
   List<StructureCommandI> centerViewOn(List<AtomSpecModel> residues);
 
-  default List<StructureCommandI> showHetatms(List<String> toShow) {
+  default List<StructureCommandI> showHetatms(List<String> toShow)
+  {
     return Collections.EMPTY_LIST;
   }
 }