diff options
| author | Ken Wakasa <kwakasa@google.com> | 2012-03-09 19:56:35 +0900 |
|---|---|---|
| committer | Ken Wakasa <kwakasa@google.com> | 2012-03-09 22:48:43 +0900 |
| commit | f76a50ce8fdc6aea22cabc77b2977a1a15a79630 (patch) | |
| tree | 52a02b4db9b5acbef944d29c251bf2eae40c625b /core/java/android/widget/SimpleAdapter.java | |
| parent | a64890a02e5561d73da57695dcfc6b35ca05c321 (diff) | |
Fix obvious typos under frameworks/base/core
Change-Id: Ia5fc3db1bb51824e7523885553be926bcc42d736
Diffstat (limited to 'core/java/android/widget/SimpleAdapter.java')
| -rw-r--r-- | core/java/android/widget/SimpleAdapter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/SimpleAdapter.java b/core/java/android/widget/SimpleAdapter.java index 4b17a9205eeb..98bcfff6b0e5 100644 --- a/core/java/android/widget/SimpleAdapter.java +++ b/core/java/android/widget/SimpleAdapter.java @@ -268,7 +268,7 @@ public class SimpleAdapter extends BaseAdapter implements Filterable { /** * Called by bindView() to set the text for a TextView but only if * there is no existing ViewBinder or if the existing ViewBinder cannot - * handle binding to an TextView. + * handle binding to a TextView. * * @param v TextView to receive text * @param text the text to be set for the TextView |
