From: hansonr Date: Mon, 1 Apr 2019 14:30:53 +0000 (-0500) Subject: note to self: Time to write a good interface and stop doing this secret X-Git-Tag: Release_2_11_4_0~45^2~18^2~181 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=6755c644b36e4c114e4f8c27c9fb4e1eeb3912a9;p=jalview.git note to self: Time to write a good interface and stop doing this secret calling of swingjs methods. --- 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) {