JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / ws / jws2 / JabawsCalcWorker.java
index 47e82de..3d3e6cb 100644 (file)
@@ -142,9 +142,9 @@ public abstract class JabawsCalcWorker extends AbstractJabaCalcWorker
           List<AlignmentAnnotation> ourAnnot, String typeName,
           String calcId, SequenceI dseq, int base, Score scr)
   {
-    jalview.bin.Console.outPrintln("Creating annotation on dseq:" + dseq.getStart()
-            + " base is " + base + " and length=" + dseq.getLength()
-            + " == " + scr.getScores().size());
+    jalview.bin.Console.outPrintln("Creating annotation on dseq:"
+            + dseq.getStart() + " base is " + base + " and length="
+            + dseq.getLength() + " == " + scr.getScores().size());
     // AlignmentAnnotation annotation = new AlignmentAnnotation(
     // scr.getMethod(), typeName, new Annotation[]
     // {}, 0, -1, AlignmentAnnotation.LINE_GRAPH);