Skip to content

Commit

Permalink
MINOR: Fix the broken javadoc in ConsumerNetworkThread (#17607)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
frankvicky authored Oct 26, 2024
1 parent 397ae59 commit 5a2d44f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private void reapExpiredApplicationEvents(long currentTimeMs) {
*
* <ol>
* <li>
* Iterate through the {@link RequestManager} list and invoke {@link RequestManager#pollOnClose()}
* Iterate through the {@link RequestManager} list and invoke {@link RequestManager#pollOnClose(long)}
* to get the {@link NetworkClientDelegate.UnsentRequest} list and the poll time for the network poll
* </li>
* <li>
Expand Down

0 comments on commit 5a2d44f

Please sign in to comment.