Skip to content

Commit d30cc03

Browse files
committed
GibbonsCatalogServiceImpl: replace by StampsCatalogServiceImpl.
Addressed to #491 No functional changes.
1 parent 4aefda9 commit d30cc03

File tree

3 files changed

+1
-138
lines changed

3 files changed

+1
-138
lines changed

src/main/java/ru/mystamps/web/config/ServicesConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public StampsCatalogService getYvertCatalogService() {
146146

147147
@Bean
148148
public StampsCatalogService getGibbonsCatalogService() {
149-
return new GibbonsCatalogServiceImpl(daoConfig.getGibbonsCatalogDao());
149+
return new StampsCatalogServiceImpl("Gibbons", daoConfig.getGibbonsCatalogDao());
150150
}
151151

152152
}

src/main/java/ru/mystamps/web/service/GibbonsCatalogServiceImpl.java

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/test/groovy/ru/mystamps/web/service/GibbonsCatalogServiceImplTest.groovy

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)