JAL-3762 more typo fixing :q
authorJim Procter <jprocter@issues.jalview.org>
Fri, 2 Oct 2020 10:09:02 +0000 (11:09 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 2 Oct 2020 10:09:02 +0000 (11:09 +0100)
src/jalview/util/Platform.java

index 04a9bbc..efec5f7 100644 (file)
@@ -609,9 +609,9 @@ public class Platform
        * 
        * @j2sNative var a =
        *            decodeURI((document.location.href.replace("&","?").split("?j2s")[0]
-       *            + "?").split("?")[1].split("#")[0]); a && (System.out.println("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) && (System.out.println("URL arguments were passed to J2S main.");
+       *            + "?").split("?")[1].split("#")[0]); a && (System.out.println("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) && (System.out.println("URL arguments were passed to J2S main."));
        */
     } catch (Throwable t)
     {