Skip to content

Commit 12404c6

Browse files
committed
fix: add @OverRide annotation to fix MissingOverride error
1 parent ec956d5 commit 12404c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/io/grpc/internal/Http2ClientStreamTransportState.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ protected Http2ClientStreamTransportState(
9494
* @param enabled whether message compression is enabled
9595
* @param compressorName the name of the compressor being used (e.g., "gzip")
9696
*/
97+
@Override
9798
public final void setMessageCompression(boolean enabled, String compressorName) {
9899
if (enabled && "gzip".equals(compressorName)) {
99100
clientSentGzipRequest = true;

0 commit comments

Comments
 (0)