Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyugupta07 committed Sep 16, 2020
1 parent 3a3315e commit 7359f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static ListenerEvent getLastEvent() {
}

/**
* @return event at index i.
* @return event at index i, or null if no event was received.
*/
public static ListenerEvent get(int index) {
if (notifyList.isEmpty()) {
Expand Down

0 comments on commit 7359f63

Please sign in to comment.