Skip to content

Commit 123fc21

Browse files
committed
SeriesController: suppress CheckStyle warning about long line.
Should be in 0f47d6e commit. No functional changes.
1 parent 9d14b43 commit 123fc21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ru/mystamps/web/controller/SeriesController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ public String searchSeriesByCatalog(
352352
return "series/search_result";
353353
}
354354

355+
// CheckStyle: ignore LineLength for next 1 line
355356
private Map<String, ?> prepareCommonAttrsForSeriesInfo(SeriesDto series, Integer currentUserId) {
356357
Map<String, Object> model = new HashMap<>();
357358

0 commit comments

Comments
 (0)