Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0eb2d838 authored by Fred Quintana's avatar Fred Quintana Committed by Android Git Automerger
Browse files

am 5fbaefc3: Merge change I4db3a5b3 into eclair

Merge commit '5fbaefc3' into eclair-mr2

* commit '5fbaefc3':
  fix a javadoc build breakage
parents 5becdc32 5fbaefc3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>