File tree Expand file tree Collapse file tree 2 files changed +0
-532
lines changed
main/java/ru/mystamps/web/feature/country
test/groovy/ru/mystamps/web/feature/country Expand file tree Collapse file tree 2 files changed +0
-532
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ public List<Integer> findIdsByNames(List<String> names) {
9191 return countryDao .findIdsByNames (lowerCasesNames );
9292 }
9393
94- // @todo #819 CountryServiceImpl.findIdsWhenNameStartsWith(): add unit test for converting to lower case
9594 @ Override
9695 @ Transactional (readOnly = true )
9796 public List <Integer > findIdsWhenNameStartsWith (String name ) {
@@ -115,7 +114,6 @@ public List<LinkEntityDto> findAllAsLinkEntities(String lang) {
115114 return countryDao .findAllAsLinkEntities (lang );
116115 }
117116
118- // @todo #1605 CountryService.findAllForSitemap(): add unit test
119117 @ Override
120118 @ Transactional (readOnly = true )
121119 public List <SitemapInfoDto > findAllForSitemap () {
You can’t perform that action at this time.
0 commit comments