JAL-3253 preliminary static fixes for JavaScript
[jalview.git] / src / jalview / analysis / scoremodels / ScoreMatrix.java
index b206339..c53ecdb 100644 (file)
@@ -54,7 +54,8 @@ public class ScoreMatrix extends SimilarityScoreModel
    * score matrix (JAL-2397)
    * Set this flag to true (via Groovy) for 2.10.1 behaviour
    */
-  private static boolean scoreGapAsAny = false;
+  // BH 2019.05.08 was static but not ever set
+  private boolean scoreGapAsAny = false;
 
   public static final short UNMAPPED = (short) -1;