Add TODO for JSONRPC replacement
This commit is contained in:
parent
94936d7374
commit
cc37c7053f
@ -430,6 +430,9 @@ public class FreebaseUtils {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This RPC call works for the Reconcile API, but MQLread is not supported over JSONRPC
|
* 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")
|
@SuppressWarnings("unused")
|
||||||
static private JSONObject mqlreadRpc(String query) throws JSONException, UnsupportedEncodingException, IOException {
|
static private JSONObject mqlreadRpc(String query) throws JSONException, UnsupportedEncodingException, IOException {
|
||||||
|
Loading…
Reference in New Issue
Block a user