JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index 77f2b6d..5365683 100644 (file)
@@ -196,9 +196,11 @@ public interface JalviewStructureDisplayI
 
   /**
    * 
-   * @return heteroatoms in a form suitable for display and passing to command generator to display hetatms
+   * @return heteroatoms in a form suitable for display and passing to command
+   *         generator to display hetatms
    */
-  default List<String> getHetatms() {
+  default List<String> getHetatms()
+  {
     return Collections.EMPTY_LIST;
   }