Bug 804908 - Miscellaneous cleanup in JavaDocs and test code. r=trivial

This commit is contained in:
Richard Newman
2012-10-23 21:29:08 -07:00
parent 17f39aaa89
commit ea7991009f
2 changed files with 3 additions and 3 deletions

View File

@@ -363,7 +363,7 @@ public class SyncConfiguration implements CredentialsSource {
*
* @param prefs
* SharedPreferences that the engines are associated with.
* @param userSelectedEngines
* @param selectedEngines
* Map<String, Boolean> of engine name to sync state
*/
public static void storeSelectedEnginesToPrefs(SharedPreferences prefs, Map<String, Boolean> selectedEngines) {