summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2014-03-10 16:24:29 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-03-10 16:24:29 +0000
commit790c5a4c06e0ceee8fbdbed575e93ef257124569 (patch)
tree429b670eed8cdc04e1c54c6679e2c6477bb33a1a
parent7b0c111b5f3595de5cac61b0657a6f2ecb7e77bd (diff)
parent29de50633348fb6329ed38980abce0010253a941 (diff)
am 29de5063: Merge "fix some typos for GoogleApiClient doc" into klp-docs
* commit '29de50633348fb6329ed38980abce0010253a941': fix some typos for GoogleApiClient doc
-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 fda33105a35a..402a95f980d1 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))