X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2Fpacked%2FParsePackedSet.java;h=ef231e5a4c0584e9b5bddd7b251a58c599ad30c8;hb=a9177efb4097815d9a8031aa22700c61a7d6260a;hp=3ce774e820ae1d5b7ca354a31d8de0f1b194756d;hpb=c932f0e85a8852824cdd8ce790af68682732c85c;p=jalview.git diff --git a/src/jalview/io/packed/ParsePackedSet.java b/src/jalview/io/packed/ParsePackedSet.java index 3ce774e..ef231e5 100644 --- a/src/jalview/io/packed/ParsePackedSet.java +++ b/src/jalview/io/packed/ParsePackedSet.java @@ -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