Skip to content

Commit f5d0463

Browse files
committed
CountryController.showInfoById(): add @author.
No code changes.
1 parent bc19ce0 commit f5d0463

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/main/java/ru/mystamps/web/controller/CountryController.java

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ public String showInfoBySlug(
115115
return "country/info";
116116
}
117117

118+
/**
119+
* @author Aleksander Parkhomenko
120+
*/
118121
@RequestMapping(Url.INFO_COUNTRY_BY_ID_PAGE)
119122
public View showInfoById(
120123
@Country @PathVariable("slug") LinkEntityDto country,

0 commit comments

Comments
 (0)