note to self: Time to write a good interface and stop doing this secret
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 1 Apr 2019 14:30:53 +0000 (09:30 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 1 Apr 2019 14:30:53 +0000 (09:30 -0500)
calling of swingjs methods.

src/jalview/javascript/json/JSON.java

index dff4963..4642bd3 100644 (file)
@@ -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) {