Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ protected Trigger(@Nullable List<Trigger<W>> subTriggers) {


/**
* Called immediately after an element is first incorporated into a window.
* Called every time an element is incorporated into a window.
*/
public abstract void onElement(OnElementContext c) throws Exception;

Expand Down