From 64b6f26c6b01102888d10fe8a395170f80f9e118 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 12 Feb 2014 12:16:11 -0800 Subject: fix some typos for GoogleApiClient doc Change-Id: If008a7c78b599a36abd1bfbe4907d5151ed91169 --- docs/html/google/auth/api-client.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/google/auth/api-client.jd b/docs/html/google/auth/api-client.jd index fda33105a35a..402a95f980d1 100644 --- a/docs/html/google/auth/api-client.jd +++ b/docs/html/google/auth/api-client.jd @@ -112,7 +112,7 @@ GoogleApiClient}, you must specify an implementation for the callback interf href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html" >{@code ConnectionCallbacks} and {@code onConnectionFailedListener}. These interfaces receive callbacks in +>{@code OnConnectionFailedListener}. These interfaces receive callbacks in response to the asynchronous {@code connect()} method when the connection to Google Play services @@ -512,7 +512,7 @@ private void loadFile(String filename) { new GetFileTask().execute(filename); } -private class GetFileTask extends AsyncTask { +private class GetFileTask extends AsyncTask<String, Void, Void> { protected void doInBackground(String filename) { Query query = new Query.Builder() .addFilter(Filters.eq(SearchableField.TITLE, filename)) -- cgit v1.2.3-59-g8ed1b