fix a javadoc build breakage
diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java
index ae6d914..d032449 100644
--- a/core/java/android/accounts/AccountManager.java
+++ b/core/java/android/accounts/AccountManager.java
@@ -44,8 +44,7 @@
 /**
  * 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);
  *
  * <p>