formatting/typo
authorj.procter@dundee.ac.uk <jprocter@Jims-MacBook-Pro-2.local>
Fri, 8 Aug 2014 17:13:41 +0000 (18:13 +0100)
committerj.procter@dundee.ac.uk <jprocter@Jims-MacBook-Pro-2.local>
Fri, 8 Aug 2014 17:13:41 +0000 (18:13 +0100)
src/jalview/api/analysis/ViewBasedAnalysisI.java
src/jalview/gui/OverviewPanel.java

index c8454fe..3404afc 100644 (file)
@@ -9,7 +9,7 @@ public interface ViewBasedAnalysisI
   /**
    * Parameterise the analysis model using the current view
    * @param view
-   * @return true if model is applicable and calculation should procede
+   * @return true if model is applicable and calculation should proceed
    */
 
   boolean configureFromAlignmentView(AlignmentViewPanel view);
index 8829692..b4c2923 100755 (executable)
@@ -85,7 +85,7 @@ public class OverviewPanel extends JPanel implements Runnable
     sr.renderGaps = false;
     sr.forOverview = true;
     fr = new FeatureRenderer(ap);
-
+    
     // scale the initial size of overviewpanel to shape of alignment
     float initialScale = (float) av.getAlignment().getWidth()
             / (float) av.getAlignment().getHeight();