Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshsanjeev committed Nov 21, 2023
1 parent ab8d898 commit e987e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private void setupResponseReadFailure(String msg, Throwable th)
{
fail.set(msg);
queue.clear();
boolean ignored = queue.offer(
queue.offer(
InputStreamHolder.fromStream(
new InputStream()
{
Expand Down

0 comments on commit e987e8e

Please sign in to comment.