Skip to content

Commit

Permalink
review feedback: improve method naming
Browse files Browse the repository at this point in the history
Co-authored-by: Nic12345678 <162564162+Nic12345678@users.noreply.github.com>
  • Loading branch information
MrSebastian and Nic12345678 committed Jun 12, 2024
1 parent 5462190 commit d5917e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public WahlenDTO loadWahlen(@RequestParam("forDate") LocalDate wahltag, @Request

@GetMapping("basisdaten")
@ResponseStatus(HttpStatus.OK)
public BasisdatenDTO getBasisdaten(@RequestParam("forDate") LocalDate wahltag, @RequestParam("withNummer") String nummer) {
public BasisdatenDTO loadBasisdaten(@RequestParam("forDate") LocalDate wahltag, @RequestParam("withNummer") String nummer) {
throw new UnsupportedOperationException("Not supported yet.");
}
}

0 comments on commit d5917e6

Please sign in to comment.