am 0f50cb31: Merge "Fix build."

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

View File

@@ -49100,6 +49100,7 @@ package org.json {
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, 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 java.lang.String toString(int) throws org.json.JSONException;
}