X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Frest%2FInputType.java;h=6ac720a40541361abfb372f9e74809c1c7eb0715;hb=7f09e6ac5717bc78373c5d77f309831403e6ebf8;hp=fb291da564ce58d2f1079652f4354e42c20cd876;hpb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;p=jalview.git diff --git a/src/jalview/ws/rest/InputType.java b/src/jalview/ws/rest/InputType.java index fb291da..6ac720a 100644 --- a/src/jalview/ws/rest/InputType.java +++ b/src/jalview/ws/rest/InputType.java @@ -142,7 +142,7 @@ public abstract class InputType } } catch (Exception ex) { - System.err.println("Couldn't transform string\n" + content + jalview.bin.Console.errPrintln("Couldn't transform string\n" + content + "\nException was :"); ex.printStackTrace(System.err); }