Fix some Javadoc links which are reported to be broken
Our Bazel build issued three warnings about broken Javadoc links. Inside of an IDE, those links can be resolved without issues, though. The problematic part seems to be the use of inner classes as method parameters in the link definition. The warning goes away if we add the enclosing class. Bug: Issue 8845 Change-Id: Ic0332c50852680d05880857f0fe285ae5954503c
This commit is contained in:
@@ -106,7 +106,8 @@ import org.eclipse.jgit.lib.Repository;
|
||||
* <li>binding {@link GitReferenceUpdated#DISABLED} and
|
||||
* <li>passing an {@link
|
||||
* com.google.gerrit.server.account.externalids.ExternalIdNotes.FactoryNoReindex} factory as
|
||||
* parameter of {@link AccountsUpdate.Factory#create(IdentifiedUser, ExternalIdNotesLoader)}
|
||||
* parameter of {@link AccountsUpdate.Factory#create(IdentifiedUser,
|
||||
* ExternalIdNotes.ExternalIdNotesLoader)}
|
||||
* </ul>
|
||||
*
|
||||
* <p>If there are concurrent account updates updating the user branch in NoteDb may fail with
|
||||
|
||||
Reference in New Issue
Block a user