Skip to content

Commit

Permalink
Add support for later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thehydrogen committed Jul 14, 2022
1 parent 9082edc commit e8dfac0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ public static HandlerList getHandlerList() {
private final String channel, message;

public RedisMessageEvent(String channel, String message) {
super(true);

this.channel = channel;
this.message = message;
}

}

0 comments on commit e8dfac0

Please sign in to comment.