]> source.dussan.org Git - jgit.git/commit
[errorprone] PackWriter: Fix javadoc tag in new #writeIndex method 26/1203326/1
authorIvan Frade <ifrade@google.com>
Wed, 30 Oct 2024 22:36:09 +0000 (15:36 -0700)
committerIvan Frade <ifrade@google.com>
Wed, 30 Oct 2024 22:48:44 +0000 (15:48 -0700)
commitc9752b0125c84248c468065eba64bf007abae81c
treee6f00139662473ab0b1b7dff795016af9e2aff22
parent793df21ed5c75613b0eb7f300857d56779d5c502
[errorprone] PackWriter: Fix javadoc tag in new #writeIndex method

We introduced this method recently and the javadoc is not correct:

error: [InvalidInlineTag] This tag is invalid.
   @code{PackIndexWriter} instance to write the index

Change-Id: I34ed3d8b5a121fea9b8163627b46ae4a289c9462
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java