Skip to content

Commit 53365e4

Browse files
committed
Fix java 8 javadoc
1 parent 69e4872 commit 53365e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/src/main/java/net/md_5/bungee/api/event/CustomClickEvent.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ public class CustomClickEvent extends Event implements Cancellable
3232
*/
3333
private final String id;
3434
/**
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.
35+
* Form data, may be null. If a form submission, usually contains a
36+
* {@code CustomClickEvent.ACTION_KEY} key with the ID of the relevant
37+
* submission action.
3738
*/
3839
private final Map<String, String> data;
3940
/**

0 commit comments

Comments
 (0)