summaryrefslogtreecommitdiffstats
path: root/chips
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-02-19 00:27:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-19 00:27:31 +0000
commitbb001e29594aa982e9cacf62806624326152fffa (patch)
tree0c00823f70e321c78d70cbfef147389a837123de /chips
parent868fffca2be3233a76b7d135428860f308688c2e (diff)
parent5da5d23b1d8810b41db5e974e1a859937173bb8e (diff)
downloadandroid_frameworks_ex-bb001e29594aa982e9cacf62806624326152fffa.tar.gz
android_frameworks_ex-bb001e29594aa982e9cacf62806624326152fffa.tar.bz2
android_frameworks_ex-bb001e29594aa982e9cacf62806624326152fffa.zip
am 5da5d23b: BaseRecipientAdapter does not need to be abstract
* commit '5da5d23b1d8810b41db5e974e1a859937173bb8e': BaseRecipientAdapter does not need to be abstract
Diffstat (limited to 'chips')
-rw-r--r--chips/src/com/android/ex/chips/BaseRecipientAdapter.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/chips/src/com/android/ex/chips/BaseRecipientAdapter.java b/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
index 8233081..7f5dd66 100644
--- a/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
+++ b/chips/src/com/android/ex/chips/BaseRecipientAdapter.java
@@ -60,8 +60,7 @@ import java.util.Set;
/**
* Adapter for showing a recipient list.
*/
-public abstract class BaseRecipientAdapter extends BaseAdapter implements Filterable,
- AccountSpecifier {
+public class BaseRecipientAdapter extends BaseAdapter implements Filterable, AccountSpecifier {
private static final String TAG = "BaseRecipientAdapter";
private static final boolean DEBUG = false;