Skip to content

Commit

Permalink
Fixing precommit for 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah committed Apr 8, 2024
1 parent 5580bbf commit 99c23d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private static String format(TcpChannel channel, BytesReference message, String
sb.append(", header size: ").append(streamInput.readInt()).append('B');
} else {
streamInput = decompressingStream(status, streamInput);
InboundHandler.assertRemoteVersion(streamInput, version);
NativeMessageHandler.assertRemoteVersion(streamInput, version);
}

// read and discard headers
Expand Down

0 comments on commit 99c23d8

Please sign in to comment.