JAL-1551 spotlessApply
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index eb83f31..7d6b7b8 100644 (file)
@@ -1077,22 +1077,22 @@ public class AnnotationRenderer
                     .getRendererFor(row);
             if (renderer != null)
             {
-              renderer.renderRow(g, charWidth, charHeight,
-                      hasHiddenColumns, av, hiddenColumns, columnSelection,
-                      row, row_annotations, startRes, endRes, row.graphMin,
+              renderer.renderRow(g, charWidth, charHeight, hasHiddenColumns,
+                      av, hiddenColumns, columnSelection, row,
+                      row_annotations, startRes, endRes, row.graphMin,
                       row.graphMax, y);
             }
             if (debugRedraw)
             {
               if (renderer == null)
               {
-                System.err.println("No renderer found for "
-                        + row.toString());
+                System.err
+                        .println("No renderer found for " + row.toString());
               }
               else
               {
-                System.err.println("rendered with "
-                        + renderer.getClass().toString());
+                System.err.println(
+                        "rendered with " + renderer.getClass().toString());
               }
             }