From 4db3a5b327038e4dc1bc58e3213bb9ad0719bcc1 Mon Sep 17 00:00:00 2001 From: Fred Quintana Date: Mon, 5 Oct 2009 17:19:03 -0700 Subject: [PATCH] fix a javadoc build breakage --- core/java/android/accounts/AccountManager.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java index ae6d9140c2921..d03244977de2f 100644 --- a/core/java/android/accounts/AccountManager.java +++ b/core/java/android/accounts/AccountManager.java @@ -44,8 +44,7 @@ import com.google.android.collect.Maps; /** * A class that helps with interactions with the AccountManagerService. It provides * methods to allow for account, password, and authtoken management for all accounts on the - * device. Some of these calls are implemented with the help of the corresponding - * {@link IAccountAuthenticator} services. One accesses the {@link AccountManager} by calling: + * device. One accesses the {@link AccountManager} by calling: * AccountManager accountManager = AccountManager.get(context); * *