1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Removed bogus javadoc param.

This commit is contained in:
Andrew Chen 2011-01-12 06:24:00 +00:00
parent c07c7052dc
commit ed4aec26f1

View File

@ -92,7 +92,6 @@ public class Preferences
/** /**
* Returns an array of the accounts on the system. If no accounts are * Returns an array of the accounts on the system. If no accounts are
* registered the method returns an empty array. * registered the method returns an empty array.
* @param context
* @return all accounts with {@link Account#isAvailable(Context)} * @return all accounts with {@link Account#isAvailable(Context)}
*/ */
public synchronized Collection<Account> getAvailableAccounts() public synchronized Collection<Account> getAvailableAccounts()