Skip to content

Commit

Permalink
java6
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Jan 13, 2024
1 parent f9fd5ef commit 90e7d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ void flush(BufferNextMessage<S> bundler) {

@Override @Deprecated public CheckResult check() {
try {
sender.send(Collections.emptyList());
sender.send(Collections.<byte[]>emptyList());
return CheckResult.OK;
} catch (Throwable t) {
Call.propagateIfFatal(t);
Expand Down

0 comments on commit 90e7d56

Please sign in to comment.