@@ -244,14 +244,14 @@ public String showInfo(
244
244
245
245
@ PostMapping (Url .ADD_IMAGE_SERIES_PAGE )
246
246
public String processImage (
247
- @ Valid AddImageForm form ,
248
- BindingResult result ,
249
- @ PathVariable ("id" ) Integer seriesId ,
250
- Model model ,
251
- @ CurrentUser Integer currentUserId ,
252
- Locale userLocale ,
253
- HttpServletResponse response )
254
- throws IOException {
247
+ @ Valid AddImageForm form ,
248
+ BindingResult result ,
249
+ @ PathVariable ("id" ) Integer seriesId ,
250
+ Model model ,
251
+ @ CurrentUser Integer currentUserId ,
252
+ Locale userLocale ,
253
+ HttpServletResponse response )
254
+ throws IOException {
255
255
256
256
if (seriesId == null ) {
257
257
response .sendError (HttpServletResponse .SC_NOT_FOUND );
@@ -344,14 +344,14 @@ public String removeFromCollection(
344
344
345
345
@ PostMapping (Url .ADD_SERIES_ASK_PAGE )
346
346
public String processAskForm (
347
- @ Valid AddSeriesSalesForm form ,
348
- BindingResult result ,
349
- @ PathVariable ("id" ) Integer seriesId ,
350
- Model model ,
351
- @ CurrentUser Integer currentUserId ,
352
- Locale userLocale ,
353
- HttpServletResponse response )
354
- throws IOException {
347
+ @ Valid AddSeriesSalesForm form ,
348
+ BindingResult result ,
349
+ @ PathVariable ("id" ) Integer seriesId ,
350
+ Model model ,
351
+ @ CurrentUser Integer currentUserId ,
352
+ Locale userLocale ,
353
+ HttpServletResponse response )
354
+ throws IOException {
355
355
356
356
if (seriesId == null ) {
357
357
response .sendError (HttpServletResponse .SC_NOT_FOUND );
0 commit comments