Skip to content

Commit

Permalink
Test build PR
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede committed Sep 2, 2024
1 parent a0812e4 commit 44edd9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class CallbackResourceTest {
@Consumes(MediaType.APPLICATION_JSON)
@Operation(operationId = "postCallbackTest")
public CompletionStage<String> post(@QueryParam("limit") String limit) {
LOGGER.debug("IGNORE THIS CHANGE");
LOGGER.debug("post received with 'limit' param = {}", limit);
return CompletableFuture.completedFuture("Post Success");
}
Expand Down

0 comments on commit 44edd9a

Please sign in to comment.