Skip to content

Commit

Permalink
re,ove @SneakyThrows on Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Oct 17, 2023
1 parent 95980b9 commit f044fea
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ public ResponseEntity<ResponseBodyEmitter> getMessagesForm(
return getMessagesJSON(payloadParser.parseValidated(payload, MessageBusRequestDto.class));
}

@SneakyThrows


@Operation(
summary = "Get a list of messages",
description = "Gets all map specific, latest message of a type.",
Expand Down

0 comments on commit f044fea

Please sign in to comment.