Skip to content

Commit 8d3ea73

Browse files
committed
fix ActEvent.eventType method signature issue
1 parent 1863852 commit 8d3ea73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/act/event/ActEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public ActEvent(T source) {
3535
* <p>This allows the ActFramework properly handle the event class registration</p>
3636
* @return the type of the event
3737
*/
38-
public Class<T> eventType() {
38+
public Class<ActEvent<T>> eventType() {
3939
return $.cast(getClass());
4040
}
4141

0 commit comments

Comments
 (0)