From cc37c7053fc459e2861add5e2e66edd84806b16d Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Mon, 5 Aug 2013 13:05:09 -0400 Subject: [PATCH] Add TODO for JSONRPC replacement --- .../src/com/google/refine/freebase/util/FreebaseUtils.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/freebase/src/com/google/refine/freebase/util/FreebaseUtils.java b/extensions/freebase/src/com/google/refine/freebase/util/FreebaseUtils.java index 82f98ac66..a805e9210 100644 --- a/extensions/freebase/src/com/google/refine/freebase/util/FreebaseUtils.java +++ b/extensions/freebase/src/com/google/refine/freebase/util/FreebaseUtils.java @@ -430,6 +430,9 @@ public class FreebaseUtils { /** * This RPC call works for the Reconcile API, but MQLread is not supported over JSONRPC + * + * NOTE: JSONRPC has been deprecated and replaced by HTTP Batch (which also + * doesn't support MQLread, so perhaps we should just remove this)) */ @SuppressWarnings("unused") static private JSONObject mqlreadRpc(String query) throws JSONException, UnsupportedEncodingException, IOException {