Merge branch 'develop' into releases/Release_2_10_2_Branch
[jalview.git] / src / jalview / viewmodel / OverviewDimensions.java
index f54c1eb..170f4e9 100644 (file)
@@ -301,7 +301,8 @@ public abstract class OverviewDimensions
   /*
    * Given the centre x position, calculate the box's left x position
    */
-  protected abstract int getLeftXFromCentreX(int mousex, HiddenColumns hidden);
+  protected abstract int getLeftXFromCentreX(int mousex,
+          HiddenColumns hidden);
 
   /*
    * Given the centre y position, calculate the box's top y position