JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / io / packed / ParsePackedSet.java
index 3ce774e..ef231e5 100644 (file)
@@ -246,8 +246,9 @@ public class ParsePackedSet
           fp = new FileParse(file, AppletFormatAdapter.checkProtocol(file));
         } catch (Exception e)
         {
-          jalview.bin.Console.errPrintln("Couldn't handle datasource of type " + jtype
-                  + " using URI " + file);
+          jalview.bin.Console
+                  .errPrintln("Couldn't handle datasource of type " + jtype
+                          + " using URI " + file);
           e.printStackTrace();
           return;
         }
@@ -287,7 +288,8 @@ public class ParsePackedSet
     {
       for (Object o : newdm)
       {
-        jalview.bin.Console.outPrintln("Will need to create an " + o.getClass());
+        jalview.bin.Console
+                .outPrintln("Will need to create an " + o.getClass());
       }
 
       // now test uniquify/deuniquify stuff