Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy Prentice committed Aug 25, 2023
1 parent 1d6a0ac commit 58c6082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public ResponseEntity<String> getTaskStatus(String task) {
return ResponseEntity.ok(j.toString());
}

@GetMapping(path = "/getIndexSizes", produces=MediaType.APPLICATION_JSON_VALUE)
@GetMapping(path = "/getIndexSizes", produces = MediaType.APPLICATION_JSON_VALUE)
public ResponseEntity<String> getIndexSizes() {
Authentication authentication = AuthenticationContext.getAuthentication();
String actorUrnStr = authentication.getActor().toUrnStr();
Expand Down

0 comments on commit 58c6082

Please sign in to comment.