AccountManager: Fix comment that talks about account_external_ids table

This table doesn't exist anymore. External IDs are now stored in NoteDb.

Change-Id: I482fd197da82ca510b65ae55f901315f670ea696
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-08-23 17:14:02 +02:00
parent f0c81b6a89
commit 3cc325db41

View File

@@ -329,8 +329,7 @@ public class AccountManager {
// setting the given user name has failed, but the realm does not
// allow the user to manually set a user name,
// this means we would end with an account without user name
// (without 'username:<USERNAME>' entry in
// account_external_ids table),
// (without 'username:<USERNAME>' external ID),
// such an account cannot be used for uploading changes,
// this is why the best we can do here is to fail early and cleanup
// the database