[ci skip] Fix bad format for jd @link (#12581)

This commit is contained in:
Pedro
2025-05-24 15:17:16 -04:00
committed by GitHub
parent 3efaf477c4
commit a3909f5486
4 changed files with 6 additions and 7 deletions

View File

@@ -119,7 +119,7 @@ public class AsyncTabCompleteEvent extends Event implements Cancellable {
* the standard process of calling {@link Command#tabComplete(CommandSender, String, String[])}
* or current player names will not be called.
* <p>
* The passed collection will be cloned to a new {@code List}. You must call {{@link #getCompletions()}} to mutate from here
* The passed collection will be cloned to a new {@code List}. You must call {@link #getCompletions()} to mutate from here
*
* @param completions the new completions
*/