Skip to content

Commit

Permalink
Update UserDefinedEvent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveYurongSu committed Jan 29, 2024
1 parent 00a43bd commit b3b8df3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public abstract class UserDefinedEvent implements Event {
* following conditions: 1. A source event can only be assigned to one user defined event. 2.
* If more than one user defined events are generated from the same source event, only the
* last generated user defined event can be assigned with the source event, others should be
* assigned @code{null}, or call {@link #UserDefinedEvent()} to generate a user defined event
* assigned {@code null}, or call {@link #UserDefinedEvent()} to generate a user defined event
* without source event.
*/
protected UserDefinedEvent(Event sourceEvent) {
Expand Down

0 comments on commit b3b8df3

Please sign in to comment.