JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / schemes / Consensus.java
index fe71d31..8295699 100755 (executable)
@@ -46,7 +46,8 @@ public class Consensus
     this.mask = setNums(s);
 
     // for (int i=0; i < mask.length; i++) {
-    // jalview.bin.Console.outPrintln(mask[i] + " " + ResidueProperties.aa[mask[i]]);
+    // jalview.bin.Console.outPrintln(mask[i] + " " +
+    // ResidueProperties.aa[mask[i]]);
     // }
   }
 
@@ -75,7 +76,8 @@ public class Consensus
 
     if (tot > ((threshold * size) / 100))
     {
-      // jalview.bin.Console.outPrintln("True conserved "+tot+" from "+threshold+" out of
+      // jalview.bin.Console.outPrintln("True conserved "+tot+" from
+      // "+threshold+" out of
       // "+size+" : "+maskstr);
       return true;
     }