We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf3857 commit bc19ce0Copy full SHA for bc19ce0
src/main/java/ru/mystamps/web/controller/CountryController.java
@@ -117,9 +117,9 @@ public String showInfoBySlug(
117
118
@RequestMapping(Url.INFO_COUNTRY_BY_ID_PAGE)
119
public View showInfoById(
120
- @Country @PathVariable("slug") LinkEntityDto country,
121
- HttpServletResponse response)
122
- throws IOException {
+ @Country @PathVariable("slug") LinkEntityDto country,
+ HttpServletResponse response)
+ throws IOException {
123
124
if (country == null) {
125
response.sendError(HttpServletResponse.SC_NOT_FOUND);
0 commit comments