JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 42768a6..3e1bc63 100644 (file)
@@ -934,7 +934,8 @@ public abstract class AlignmentViewport
     }
     if (calculator.workingInvolvedWith(alignmentAnnotation))
     {
-      // jalview.bin.Console.errPrintln("grey out ("+alignmentAnnotation.label+")");
+      // jalview.bin.Console.errPrintln("grey out
+      // ("+alignmentAnnotation.label+")");
       return true;
     }
     return false;
@@ -2132,7 +2133,7 @@ public abstract class AlignmentViewport
 
         if (aa.graph > 0)
         {
-          aa.height += aa.graphHeight+20;
+          aa.height += aa.graphHeight + 20;
         }
 
         if (aa.height == 0)
@@ -2293,7 +2294,8 @@ public abstract class AlignmentViewport
   {
     if (this == av)
     {
-      jalview.bin.Console.errPrintln("Ignoring recursive setCodingComplement request");
+      jalview.bin.Console
+              .errPrintln("Ignoring recursive setCodingComplement request");
     }
     else
     {