JAL-2089 patch broken merge to master for Release 2.10.0b1
[jalview.git] / src / jalview / io / StockholmFile.java
index a5cd401..27be358 100644 (file)
@@ -540,8 +540,7 @@ public class StockholmFile extends AlignFile
           }
           else
           {
-            // throw new IOException(MessageManager.formatMessage(
-            // "exception.error_parsing_line", new String[] { line }));
+            // throw new IOException("Error parsing " + line);
             System.err.println(">> missing annotation: " + line);
           }
         }
@@ -830,8 +829,7 @@ public class StockholmFile extends AlignFile
         {
           if (DETECT_BRACKETS.search(pos))
           {
-            ann.secondaryStructure = Rna.getRNASecStrucState(
-                    pos).charAt(0);
+            ann.secondaryStructure = Rna.getRNASecStrucState(pos).charAt(0);
           }
           else
           {