Fix java 8 javadoc
This commit is contained in:
parent
69e4872f40
commit
53365e4b18
@ -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<String, String> data;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user