Skip to content

Commit f667d6b

Browse files
committed
refactor(SeriesController): remove unused "throws" clause.
No functional changes.
1 parent 1c6a737 commit f667d6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/ru/mystamps/web/feature/series/SeriesController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,7 @@ public String searchSeriesByCatalog(
472472
@RequestParam(name = "catalogName", defaultValue = "") String catalogName,
473473
Model model,
474474
Locale userLocale,
475-
RedirectAttributes redirectAttributes)
476-
throws IOException {
475+
RedirectAttributes redirectAttributes) {
477476

478477
if (StringUtils.isBlank(catalogNumber)) {
479478
redirectAttributes.addFlashAttribute("numberIsEmpty", true);

0 commit comments

Comments
 (0)