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 86042dc commit d425827Copy full SHA for d425827
src/main/java/ru/mystamps/web/feature/series/importing/JdbcSeriesImportDao.java
@@ -95,8 +95,7 @@ public Integer add(ImportSeriesDbDto importRequest) {
95
return Integer.valueOf(holder.getKey().intValue());
96
}
97
98
- // Use SuppressWarnings to avoid complains about length of line with params
99
- @SuppressWarnings("linelength")
+ // CheckStyle: ignore LineLength for next 2 lines
100
@Override
101
public void setSeriesIdAndChangeStatus(Integer seriesId, UpdateImportRequestStatusDbDto requestStatus) {
102
Map<String, Object> params = new HashMap<>();
0 commit comments