X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Febi%2FEBIFetchClient.java;fp=src%2Fjalview%2Fws%2Febi%2FEBIFetchClient.java;h=8aca9a2a4a948d0e2881f00727848dd5b058fb54;hb=eb3e681d6e82ccdd5d312d1981dfb306e7f479f0;hp=3eef460bc9bb8f46ae803fa8c2889ff27373271b;hpb=cb31e23d9138e481479623374aed7767bf8934d2;p=jalview.git diff --git a/src/jalview/ws/ebi/EBIFetchClient.java b/src/jalview/ws/ebi/EBIFetchClient.java index 3eef460..8aca9a2 100644 --- a/src/jalview/ws/ebi/EBIFetchClient.java +++ b/src/jalview/ws/ebi/EBIFetchClient.java @@ -136,8 +136,10 @@ public class EBIFetchClient String database = parseIds(ids, querystring); if (database == null) { - jalview.bin.Console.errPrintln("Invalid Query string : '" + ids + "'"); - jalview.bin.Console.errPrintln("Should be of form 'dbname:q1;q2;q3;q4'"); + jalview.bin.Console + .errPrintln("Invalid Query string : '" + ids + "'"); + jalview.bin.Console + .errPrintln("Should be of form 'dbname:q1;q2;q3;q4'"); return null; } @@ -231,16 +233,17 @@ public class EBIFetchClient "Warning: response code " + responseCode + " for " + url); } catch (OutOfMemoryError er) { - jalview.bin.Console.outPrintln("OUT OF MEMORY DOWNLOADING QUERY FROM " + database - + ":\n" + ids); + jalview.bin.Console.outPrintln("OUT OF MEMORY DOWNLOADING QUERY FROM " + + database + ":\n" + ids); throw er; } catch (Exception ex) { if (!ex.getMessage().startsWith( "uk.ac.ebi.jdbfetch.exceptions.DbfNoEntryFoundException")) { - jalview.bin.Console.errPrintln("Unexpected exception when retrieving from " - + database + "\nQuery was : '" + ids + "'"); + jalview.bin.Console + .errPrintln("Unexpected exception when retrieving from " + + database + "\nQuery was : '" + ids + "'"); ex.printStackTrace(System.err); } } finally