Skip to content

Commit

Permalink
Fix Event constructor access.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Jan 21, 2024
1 parent c23a7bd commit ba36c02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public final class Event<I extends Comparable<? super I>, T> {
private final List<EventPhaseData<I, T>> sortedPhases = new ArrayList<>();

@SuppressWarnings("unchecked")
protected Event(
Event(
@NotNull Class<? super T> type,
@NotNull I defaultPhaseId,
@NotNull Function<T[], T> invokerFactory
Expand Down

0 comments on commit ba36c02

Please sign in to comment.