JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / structures / models / AAStructureBindingModel.java
index 9ecf630..44d698d 100644 (file)
@@ -70,9 +70,9 @@ import jalview.util.MessageManager;
 
 /**
  * 
- * A base class to hold common function for 3D structure model binding.
- * Initial version created by refactoring JMol and Chimera binding models, but
- * other structure viewers could in principle be accommodated in future.
+ * A base class to hold common function for 3D structure model binding. Initial
+ * version created by refactoring JMol and Chimera binding models, but other
+ * structure viewers could in principle be accommodated in future.
  * 
  * @author gmcarstairs
  *
@@ -591,7 +591,6 @@ public abstract class AAStructureBindingModel
       }
     }
   }
-  
 
   @Override
   public abstract void highlightAtoms(List<AtomSpec> atoms);
@@ -925,8 +924,10 @@ public abstract class AAStructureBindingModel
        */
       // todo better way to ensure synchronous than setting getReply true!!
       executeCommands(commandGenerator.showBackbone(), true, null);
-      
-      AtomSpecType backbone = structures[refStructure].isRna ? AtomSpecType.PHOSPHATE : AtomSpecType.ALPHA;
+
+      AtomSpecType backbone = structures[refStructure].isRna
+              ? AtomSpecType.PHOSPHATE
+              : AtomSpecType.ALPHA;
       /*
        * superpose each (other) structure to the reference in turn
        */
@@ -941,7 +942,8 @@ public abstract class AAStructureBindingModel
           for (String reply : replies)
           {
             // return this error (Chimera only) to the user
-            if (reply.toLowerCase(Locale.ROOT).contains("unequal numbers of atoms"))
+            if (reply.toLowerCase(Locale.ROOT)
+                    .contains("unequal numbers of atoms"))
             {
               error += "; " + reply;
             }