File tree 3 files changed +5
-0
lines changed
src/main/java/ru/mystamps/web/feature
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ public String processInput(
84
84
return redirectTo (CategoryUrl .INFO_CATEGORY_PAGE , slug );
85
85
}
86
86
87
+ // CheckStyle: ignore LineLength for next 1 line
88
+ // @todo #927 CategoryController: remove dependency on SeriesService by moving showInfoBySlug() method
87
89
@ GetMapping (CategoryUrl .INFO_CATEGORY_PAGE )
88
90
public String showInfoBySlug (
89
91
@ Category @ PathVariable ("slug" ) LinkEntityDto category ,
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ public String processInput(
84
84
return redirectTo (CountryUrl .INFO_COUNTRY_PAGE , slug );
85
85
}
86
86
87
+ // CheckStyle: ignore LineLength for next 1 line
88
+ // @todo #927 CountryController: remove dependency on SeriesService by moving showInfoBySlug() method
87
89
@ GetMapping (CountryUrl .INFO_COUNTRY_PAGE )
88
90
public String showInfoBySlug (
89
91
@ Country @ PathVariable ("slug" ) LinkEntityDto country ,
Original file line number Diff line number Diff line change 24
24
import java .math .BigDecimal ;
25
25
import java .util .Date ;
26
26
27
+ // @todo #927 PurchaseAndSaleDto: move with related classes to series.sale package
27
28
/**
28
29
* @author Sergey Chechenev
29
30
*/
You can’t perform that action at this time.
0 commit comments