X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FPlatform.java;h=7998ec8cc9866268e089b8562e0ec94b149c02e2;hb=3fdc889794e3566af57628f0b6a308eb23886f96;hp=4ecf6372d866be55007bbd117f19ada9e29d8624;hpb=c932f0e85a8852824cdd8ce790af68682732c85c;p=jalview.git diff --git a/src/jalview/util/Platform.java b/src/jalview/util/Platform.java index 4ecf637..7998ec8 100644 --- a/src/jalview/util/Platform.java +++ b/src/jalview/util/Platform.java @@ -325,8 +325,9 @@ public class Platform } if (msg != null) { - jalview.bin.Console.errPrintln("Platform: timer mark\t" + ((t - time) / 1000f) - + "\t" + ((t - mark) / 1000f) + "\t" + msg); + jalview.bin.Console.errPrintln( + "Platform: timer mark\t" + ((t - time) / 1000f) + "\t" + + ((t - mark) / 1000f) + "\t" + msg); } mark = t; } @@ -337,8 +338,9 @@ public class Platform case TIME_GET: if (msg != null) { - jalview.bin.Console.errPrintln("Platform: timer dur\t" + ((t - time) / 1000f) - + "\t" + ((duration) / 1000f) + "\t" + msg); + jalview.bin.Console + .errPrintln("Platform: timer dur\t" + ((t - time) / 1000f) + + "\t" + ((duration) / 1000f) + "\t" + msg); } set = 0; break; @@ -644,12 +646,13 @@ public class Platform * @j2sNative var a = * decodeURI((document.location.href.replace("&","?").split("?j2s")[0] * + "?").split("?")[1].split("#")[0]); a && - * (jalview.bin.Console.outPrintln("URL arguments detected were "+a)) && - * (J2S.thisApplet.__Info.urlargs = a.split(" ")); + * (jalview.bin.Console.outPrintln("URL arguments detected were + * "+a)) && (J2S.thisApplet.__Info.urlargs = a.split(" ")); * (!J2S.thisApplet.__Info.args || J2S.thisApplet.__Info.args * == "" || J2S.thisApplet.__Info.args == "??") && - * (J2S.thisApplet.__Info.args = a) && (jalview.bin.Console.outPrintln("URL - * arguments were passed to J2S main.")); + * (J2S.thisApplet.__Info.args = a) && + * (jalview.bin.Console.outPrintln("URL arguments were passed + * to J2S main.")); */ } catch (Throwable t) {