Skip to content

Commit

Permalink
fix: added java doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daho4b committed Sep 13, 2021
1 parent 0afd784 commit a31f8a7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
import lombok.NonNull;
import lombok.RequiredArgsConstructor;

/**
* Create message statistics event.
*/
@RequiredArgsConstructor
public class CreateMessageStatisticsEvent implements StatisticsEvent {

Expand Down

0 comments on commit a31f8a7

Please sign in to comment.