Skip to content

Commit

Permalink
Update PropertyContainer.java (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
tong-ge authored Sep 29, 2024
1 parent c7fa6db commit ec182a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public void lateMaterialEvent(EventPriority priority, Closure<?> eventListener)
}

public void lateMaterialEvent(Closure<?> eventListener) {
materialEvent(EventPriority.NORMAL, eventListener);
lateMaterialEvent(EventPriority.NORMAL, eventListener);
}
}

0 comments on commit ec182a9

Please sign in to comment.