JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / schemes / CovariationColourScheme.java
index 4884283..c91380e 100644 (file)
@@ -65,7 +65,8 @@ public class CovariationColourScheme extends ResidueColourScheme
 
     for (int x = 0; x < this.annotation._rnasecstr.length; x++)
     {
-      // jalview.bin.Console.outPrintln(this.annotation._rnasecstr[x] + " Begin" +
+      // jalview.bin.Console.outPrintln(this.annotation._rnasecstr[x] + " Begin"
+      // +
       // this.annotation._rnasecstr[x].getBegin());
       // jalview.bin.Console.outPrintln(this.annotation._rnasecstr[x].getFeatureGroup());
       // pairs.put(this.annotation._rnasecstr[x].getBegin(),
@@ -133,7 +134,8 @@ public class CovariationColourScheme extends ResidueColourScheme
       currentColour = helixcolorhash.get(currentHelix);
     }
 
-    // jalview.bin.Console.outPrintln(c + " " + j + " helix " + currentHelix + " " +
+    // jalview.bin.Console.outPrintln(c + " " + j + " helix " + currentHelix + "
+    // " +
     // currentColour);
     return currentColour;
   }