From 6755c644b36e4c114e4f8c27c9fb4e1eeb3912a9 Mon Sep 17 00:00:00 2001 From: hansonr Date: Mon, 1 Apr 2019 09:30:53 -0500 Subject: [PATCH] note to self: Time to write a good interface and stop doing this secret calling of swingjs methods. --- src/jalview/javascript/json/JSON.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/javascript/json/JSON.java b/src/jalview/javascript/json/JSON.java index dff4963..4642bd3 100644 --- a/src/jalview/javascript/json/JSON.java +++ b/src/jalview/javascript/json/JSON.java @@ -35,7 +35,7 @@ public class JSON { } public static void setAjax(URL url) { - /** @j2sNative swingjs.JSUtil.setAjax$O(url) */; + /** @j2sNative swingjs.JSUtil.setAjax$java_net_URL(url); */ } public static BufferedReader getJSONReader(InputStream is) { -- 1.7.10.2