Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix checkstyle.
  • Loading branch information
MaksimOrlov committed Oct 5, 2019
1 parent ca82538 commit fdadd66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,8 @@ public List<DummyModels.BusinessModel> methodToTestOrdering(@RequestBody SameFan
}

@ResponseBody
public List<DummyModels.BusinessModel> methodToTestOrdering(@RequestBody SameFancyPet fancyPet, @RequestParam String id) {
public List<DummyModels.BusinessModel> methodToTestOrdering(@RequestBody SameFancyPet fancyPet,
@RequestParam String id) {
throw new UnsupportedOperationException();
}

Expand Down

0 comments on commit fdadd66

Please sign in to comment.