am 0eb2d838: am 5fbaefc3: Merge change I4db3a5b3 into eclair

Merge commit '0eb2d8383323dd4567cd668a6d4e77d8556a34b4' into eclair-mr2-plus-aosp

* commit '0eb2d8383323dd4567cd668a6d4e77d8556a34b4':
  fix a javadoc build breakage
This commit is contained in:
Fred Quintana
2009-10-05 17:32:37 -07:00
committed by Android Git Automerger

View File

@@ -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);
*
* <p>