Fix java 8 javadoc

This commit is contained in:
md_5
2025-05-17 16:06:41 +10:00
parent 69e4872f40
commit 53365e4b18

View File

@@ -32,8 +32,9 @@ public class CustomClickEvent extends Event implements Cancellable
*/ */
private final String id; private final String id;
/** /**
* Form data, may be null. If a form submission, usually contains a key * Form data, may be null. If a form submission, usually contains a
* {@link ACTION_KEY} with the ID of the relevant submission action. * {@code CustomClickEvent.ACTION_KEY} key with the ID of the relevant
* submission action.
*/ */
private final Map<String, String> data; private final Map<String, String> data;
/** /**