From c6b0a73b53d4adc5c055ed594395b35e33f7ab58 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Fri, 26 Jan 2018 16:47:12 +0100 Subject: [PATCH] Fix "Javadoc: Invalid member type qualification" warning Change-Id: Ia686a37279b8d3361ba3a0fcce8d6fc9fa9b8e91 Signed-off-by: Edwin Kempin --- java/com/google/gerrit/server/account/AccountsUpdate.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/com/google/gerrit/server/account/AccountsUpdate.java b/java/com/google/gerrit/server/account/AccountsUpdate.java index cc718640ab..c8244b8a62 100644 --- a/java/com/google/gerrit/server/account/AccountsUpdate.java +++ b/java/com/google/gerrit/server/account/AccountsUpdate.java @@ -93,10 +93,10 @@ import org.eclipse.jgit.lib.Repository; *

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 * the event about updating the user branch that is triggered by this class. By passing an {@link - * ExternalIdNotes.FactoryNoReindex} factory as parameter of {@link - * AccountsUpdate.Factory#create(IdentifiedUser, ExternalIdNotesLoader)}, reindexing and flushing - * the account from the account cache can be disabled. If external IDs are updated, the - * ExternalIdCache is automatically updated. + * com.google.gerrit.server.account.externalids.ExternalIdNotes.FactoryNoReindex} factory as + * parameter of {@link AccountsUpdate.Factory#create(IdentifiedUser, ExternalIdNotesLoader)}, + * reindexing and flushing the account from the account cache can be disabled. If external IDs are + * updated, the ExternalIdCache is automatically updated. * *

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