Skip to content

Commit

Permalink
mark unused ctx in channelReadComplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta19 committed Sep 13, 2024
1 parent 752627a commit a8cacb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void channelRead(ChannelHandlerContext unused, Object msg) {
}

@Override
public void channelReadComplete(ChannelHandlerContext ctx) {
public void channelReadComplete(ChannelHandlerContext unused) {
readComplete = true;
}

Expand Down

0 comments on commit a8cacb0

Please sign in to comment.