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;
|
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;
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user