Fix "Javadoc: Invalid member type qualification" warning
Change-Id: Ia686a37279b8d3361ba3a0fcce8d6fc9fa9b8e91 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -93,10 +93,10 @@ import org.eclipse.jgit.lib.Repository;
|
|||||||
* <p>On updating an account the account is evicted from the account cache and thus reindexed. The
|
* <p>On updating an account the account is evicted from the account cache and thus reindexed. The
|
||||||
* eviction from the account cache is done by the {@link ReindexAfterRefUpdate} class which receives
|
* eviction from the account cache is done by the {@link ReindexAfterRefUpdate} class which receives
|
||||||
* the event about updating the user branch that is triggered by this class. By passing an {@link
|
* the event about updating the user branch that is triggered by this class. By passing an {@link
|
||||||
* ExternalIdNotes.FactoryNoReindex} factory as parameter of {@link
|
* com.google.gerrit.server.account.externalids.ExternalIdNotes.FactoryNoReindex} factory as
|
||||||
* AccountsUpdate.Factory#create(IdentifiedUser, ExternalIdNotesLoader)}, reindexing and flushing
|
* parameter of {@link AccountsUpdate.Factory#create(IdentifiedUser, ExternalIdNotesLoader)},
|
||||||
* the account from the account cache can be disabled. If external IDs are updated, the
|
* reindexing and flushing the account from the account cache can be disabled. If external IDs are
|
||||||
* ExternalIdCache is automatically updated.
|
* updated, the ExternalIdCache is automatically updated.
|
||||||
*
|
*
|
||||||
* <p>If there are concurrent account updates updating the user branch in NoteDb may fail with
|
* <p>If there are concurrent account updates updating the user branch in NoteDb may fail with
|
||||||
* {@link LockFailureException}. In this case the account update is automatically retried and the
|
* {@link LockFailureException}. In this case the account update is automatically retried and the
|
||||||
|
|||||||
Reference in New Issue
Block a user