JAL-2778 Tidy
authorkiramt <k.mourao@dundee.ac.uk>
Thu, 25 Jan 2018 17:09:16 +0000 (17:09 +0000)
committerkiramt <k.mourao@dundee.ac.uk>
Thu, 25 Jan 2018 17:09:16 +0000 (17:09 +0000)
src/jalview/gui/SeqCanvas.java

index e490b7e..36ec08f 100755 (executable)
@@ -339,8 +339,7 @@ public class SeqCanvas extends JComponent implements ViewportListenerI
 
       // Call repaint on alignment panel so that repaints from other alignment
       // panel components can be aggregated. Otherwise performance of the
-      // overview
-      // window and others may be adversely affected.
+      // overview window and others may be adversely affected.
       av.getAlignPanel().repaint();
     } finally
     {