diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-12-07 16:59:46 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-12-07 16:59:46 -0800 |
commit | 1067c3cbab73a4bc75a2ebd2e3c51077db96fa24 (patch) | |
tree | 10a4db05cb20369dda4997ed8593ce8a7eed6e54 | |
parent | ae88e2d130a4d69bdf7ddc58f6ae512ea63087ff (diff) | |
parent | a5ef9acdf4dc31bfe4756b933806070355d6aa3f (diff) | |
download | frameworks_base-1067c3cbab73a4bc75a2ebd2e3c51077db96fa24.zip frameworks_base-1067c3cbab73a4bc75a2ebd2e3c51077db96fa24.tar.gz frameworks_base-1067c3cbab73a4bc75a2ebd2e3c51077db96fa24.tar.bz2 |
Merge change Ia5ef9acd into eclair
* changes:
remove an old STOPSHIP comment
-rw-r--r-- | core/java/android/content/Context.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 8f1c671..799bc22 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -1142,7 +1142,6 @@ public abstract class Context { * Use with {@link #getSystemService} to retrieve a * {@link android.accounts.AccountManager} for receiving intents at a * time of your choosing. - * TODO STOPSHIP perform a final review of the the account apis before shipping * * @see #getSystemService * @see android.accounts.AccountManager |