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 1c6a737 commit f667d6bCopy full SHA for f667d6b
src/main/java/ru/mystamps/web/feature/series/SeriesController.java
@@ -472,8 +472,7 @@ public String searchSeriesByCatalog(
472
@RequestParam(name = "catalogName", defaultValue = "") String catalogName,
473
Model model,
474
Locale userLocale,
475
- RedirectAttributes redirectAttributes)
476
- throws IOException {
+ RedirectAttributes redirectAttributes) {
477
478
if (StringUtils.isBlank(catalogNumber)) {
479
redirectAttributes.addFlashAttribute("numberIsEmpty", true);
0 commit comments