From 6d0cffe0f723543ba4f812122ad14d468824c998 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 2 Oct 2020 10:55:48 +0100 Subject: [PATCH] JAL-3762 syntax error typo --- src/jalview/util/Platform.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/util/Platform.java b/src/jalview/util/Platform.java index cd487cc..04a9bbc 100644 --- a/src/jalview/util/Platform.java +++ b/src/jalview/util/Platform.java @@ -601,7 +601,7 @@ public class Platform public static void getURLCommandArguments() { - + try { /** * Retrieve the first query field as command arguments to Jalview. Include * only if prior to "?j2s" or "&j2s" or "#". Assign the applet's -- 1.7.10.2