AccountsUpdateNoteDbImpl: qualify class name linked in javadoc
Release-Notes: skip
Change-Id: Id5c1464fd06a29ea4f9abdc346b927fdfece9b9d
diff --git a/java/com/google/gerrit/server/account/storage/notedb/AccountsUpdateNoteDbImpl.java b/java/com/google/gerrit/server/account/storage/notedb/AccountsUpdateNoteDbImpl.java
index 551cd78..edc8707 100644
--- a/java/com/google/gerrit/server/account/storage/notedb/AccountsUpdateNoteDbImpl.java
+++ b/java/com/google/gerrit/server/account/storage/notedb/AccountsUpdateNoteDbImpl.java
@@ -82,8 +82,9 @@
* com.google.gerrit.server.account.AccountsUpdate.ConfigureDeltaFromState}. The account updater
* reads the current {@link AccountState} and prepares updates to the account by calling setters on
* the provided {@link com.google.gerrit.server.account.AccountDelta.Builder}. If the current
- * account state is of no interest the caller may also provide a {@link ConfigureStatelessDelta}
- * instead of the account updater.
+ * account state is of no interest the caller may also provide a {@link
+ * com.google.gerrit.server.account.AccountsUpdate.ConfigureStatelessDelta} instead of the account
+ * updater.
*
* <p>The provided commit message is used for the update of the user branch. Using a precise and
* unique commit message allows to identify the code from which an update was made when looking at a