We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e4872 commit 53365e4Copy full SHA for 53365e4
api/src/main/java/net/md_5/bungee/api/event/CustomClickEvent.java
@@ -32,8 +32,9 @@ public class CustomClickEvent extends Event implements Cancellable
32
*/
33
private final String id;
34
/**
35
- * Form data, may be null. If a form submission, usually contains a key
36
- * {@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
37
+ * submission action.
38
39
private final Map<String, String> data;
40
0 commit comments