From 53365e4b18df264cd397ed562cbf4e2948a9afc4 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 17 May 2025 16:06:41 +1000 Subject: [PATCH] Fix java 8 javadoc --- .../java/net/md_5/bungee/api/event/CustomClickEvent.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/src/main/java/net/md_5/bungee/api/event/CustomClickEvent.java b/api/src/main/java/net/md_5/bungee/api/event/CustomClickEvent.java index 01d065c4..2a437593 100644 --- a/api/src/main/java/net/md_5/bungee/api/event/CustomClickEvent.java +++ b/api/src/main/java/net/md_5/bungee/api/event/CustomClickEvent.java @@ -32,8 +32,9 @@ public class CustomClickEvent extends Event implements Cancellable */ private final String id; /** - * Form data, may be null. If a form submission, usually contains a key - * {@link ACTION_KEY} with the ID of the relevant submission action. + * Form data, may be null. If a form submission, usually contains a + * {@code CustomClickEvent.ACTION_KEY} key with the ID of the relevant + * submission action. */ private final Map data; /**