summaryrefslogtreecommitdiffstats
path: root/docs/html/google/auth
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-02-12 12:16:11 -0800
committerScott Main <smain@google.com>2014-02-12 12:16:11 -0800
commit64b6f26c6b01102888d10fe8a395170f80f9e118 (patch)
treeebe0a5d039a6163064a40358f8fc5379e0a3fe57 /docs/html/google/auth
parenta4c5bba07e121569ab504b2191ee576f09407f5b (diff)
downloadframeworks_base-64b6f26c6b01102888d10fe8a395170f80f9e118.zip
frameworks_base-64b6f26c6b01102888d10fe8a395170f80f9e118.tar.gz
frameworks_base-64b6f26c6b01102888d10fe8a395170f80f9e118.tar.bz2
fix some typos for GoogleApiClient doc
Change-Id: If008a7c78b599a36abd1bfbe4907d5151ed91169
Diffstat (limited to 'docs/html/google/auth')
-rw-r--r--docs/html/google/auth/api-client.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/google/auth/api-client.jd b/docs/html/google/auth/api-client.jd
index fda3310..402a95f 100644
--- a/docs/html/google/auth/api-client.jd
+++ b/docs/html/google/auth/api-client.jd
@@ -112,7 +112,7 @@ GoogleApiClient}</a>, you must specify an implementation for the callback interf
href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.ConnectionCallbacks.html"
>{@code ConnectionCallbacks}</a> and <a
href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.OnConnectionFailedListener.html"
->{@code onConnectionFailedListener}</a>. These interfaces receive callbacks in
+>{@code OnConnectionFailedListener}</a>. These interfaces receive callbacks in
response to the asynchronous <a
href="{@docRoot}reference/com/google/android/gms/common/api/GoogleApiClient.html#connect()"
>{@code connect()}</a> 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<String, Void, Void> {
+private class GetFileTask extends AsyncTask&lt;String, Void, Void> {
protected void doInBackground(String filename) {
Query query = new Query.Builder()
.addFilter(Filters.eq(SearchableField.TITLE, filename))