JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / io / AnnotationFile.java
index 7e2539f..7e4ee16 100755 (executable)
@@ -317,7 +317,8 @@ public class AnnotationFile
               }
               else
               {
-                // jalview.bin.Console.errPrintln("Skipping NaN - not valid value.");
+                // jalview.bin.Console.errPrintln("Skipping NaN - not valid
+                // value.");
                 text.append(comma + 0f);// row.annotations[j].value);
               }
               comma = ",";
@@ -679,11 +680,12 @@ public class AnnotationFile
     } catch (Exception ex)
     {
       ex.printStackTrace();
-      jalview.bin.Console.outPrintln("Problem reading annotation file: " + ex);
+      jalview.bin.Console
+              .outPrintln("Problem reading annotation file: " + ex);
       if (nlinesread > 0)
       {
-        jalview.bin.Console.outPrintln("Last read line " + nlinesread + ": '" + lastread
-                + "' (first 80 chars) ...");
+        jalview.bin.Console.outPrintln("Last read line " + nlinesread
+                + ": '" + lastread + "' (first 80 chars) ...");
       }
       return false;
     }
@@ -1385,8 +1387,8 @@ public class AnnotationFile
       value = Float.valueOf(nextToken);
     } catch (NumberFormatException e)
     {
-      jalview.bin.Console.errPrintln("line " + nlinesread + ": Threshold '" + nextToken
-              + "' invalid, setting to zero");
+      jalview.bin.Console.errPrintln("line " + nlinesread + ": Threshold '"
+              + nextToken + "' invalid, setting to zero");
     }
     String label = st.hasMoreTokens() ? st.nextToken() : null;
     Color colour = null;