JSON moved to swingjs/json
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 29 Jan 2019 03:00:31 +0000 (21:00 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 29 Jan 2019 03:00:31 +0000 (21:00 -0600)
src/jalview/javascript/json/JSON.java

index af78b0f..1c3ac98 100644 (file)
@@ -49,7 +49,7 @@ public class JSON {
        }
 
        @SuppressWarnings("resource")
-       public static Object parse(String json) {
+       public static Object parse(String json) {  
                return /** @j2sNative swingjs.JSUtil.parseJSON$O(json) || */null;
        }