Skip to content

Commit

Permalink
Update src/main/java/com/hivemq/codec/decoder/MQTTMessageDecoder.java
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Chernyakov <[email protected]>
  • Loading branch information
tgracchus and mchernyakov authored Oct 11, 2023
1 parent 023dbc1 commit bdc6a0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private static boolean isAlreadyConnected(ClientConnectionContext clientConnecti
return clientConnectionContext.getProtocolVersion() != null;
}

private Message handledMessage(
private @Nullable Message handledMessage(
final @NotNull ByteBuf buf,
final @NotNull ClientConnectionContext clientConnectionContext,
final byte fixedHeader,
Expand Down

0 comments on commit bdc6a0e

Please sign in to comment.