Skip to content

Commit 673e9e5

Browse files
Fix javadoc param reference for outsideClickHandler
1 parent 2ae88d8 commit 673e9e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • invui-core/src/main/java/xyz/xenondevs/invui/window

invui-core/src/main/java/xyz/xenondevs/invui/window/Window.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ public interface Window {
218218
/**
219219
* Adds an outside click handler that will be called when a player clicks outside the inventory.
220220
*
221-
* @param outsideClickHandlers The outside click handler to add
221+
* @param outsideClickHandler The outside click handler to add
222222
*/
223223
void addOutsideClickHandler(@NotNull Consumer<@NotNull InventoryClickEvent> outsideClickHandler);
224224

225225
/**
226226
* Removes an outside click handler that has been added previously.
227227
*
228-
* @param outsideClickHandlers The outside click handler to remove
228+
* @param outsideClickHandler The outside click handler to remove
229229
*/
230230
void removeOutsideClickHandler(@NotNull Consumer<@NotNull InventoryClickEvent> outsideClickHandler);
231231

0 commit comments

Comments
 (0)