Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed Nov 5, 2024
1 parent 53212bf commit 515fa27
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
public final class MyApplication implements MqttApplication {

@Override
public Message doGET( //
final String resource, //
final Message requestMessage, //
public Message doGET(
// @formatter:off
final String resource,
final Message requestMessage,
final MqttMessageContextBuilder messageBuilder) throws Exception {

return messageBuilder.content(ByteBuffer.wrap("AMIT".getBytes())).buildMessage();
}

Expand Down

0 comments on commit 515fa27

Please sign in to comment.