JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / analysis / Rna.java
index 911ee04..0157b91 100644 (file)
@@ -422,7 +422,8 @@ public class Rna
       final int close = basePair.getBP3();
 
       // jalview.bin.Console.outPrintln("open " + open + " close " + close);
-      // jalview.bin.Console.outPrintln("lastclose " + lastclose + " lastopen " + lastopen);
+      // jalview.bin.Console.outPrintln("lastclose " + lastclose + " lastopen "
+      // + lastopen);
 
       // we're moving from right to left based on closing pair
       /*
@@ -441,7 +442,8 @@ public class Rna
       {
         int popen = bps.get(j).getBP5();
 
-        // jalview.bin.Console.outPrintln("j " + j + " popen " + popen + " lastopen "
+        // jalview.bin.Console.outPrintln("j " + j + " popen " + popen + "
+        // lastopen "
         // +lastopen + " open " + open);
         if ((popen < lastopen) && (popen > open))
         {