am 0b18c149: am 0f50cb31: Merge "Fix build."

* commit '0b18c14931c4ca618c67b5ac5c8351246879e90a':
  Fix build.
This commit is contained in:
Elliott Hughes
2013-07-09 17:53:32 -07:00
committed by Android Git Automerger

View File

@@ -49102,6 +49102,7 @@ package org.json {
method public org.json.JSONArray put(int, int) throws org.json.JSONException; method public org.json.JSONArray put(int, int) throws org.json.JSONException;
method public org.json.JSONArray put(int, long) throws org.json.JSONException; method public org.json.JSONArray put(int, long) throws org.json.JSONException;
method public org.json.JSONArray put(int, java.lang.Object) throws org.json.JSONException; method public org.json.JSONArray put(int, java.lang.Object) throws org.json.JSONException;
method public java.lang.Object remove(int);
method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException; method public org.json.JSONObject toJSONObject(org.json.JSONArray) throws org.json.JSONException;
method public java.lang.String toString(int) throws org.json.JSONException; method public java.lang.String toString(int) throws org.json.JSONException;
} }