Skip to content

Commit 91bef21

Browse files
committed
refactor(ControllersConfig): remove unused member.
Should be in 08621f4 commit. No functional changes.
1 parent 040eff2 commit 91bef21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
package ru.mystamps.web.config;
1919

2020
import org.springframework.context.ApplicationEventPublisher;
21-
import org.springframework.context.MessageSource;
2221
import org.springframework.context.annotation.Bean;
2322
import org.springframework.context.annotation.Configuration;
2423
import org.springframework.context.annotation.Import;
@@ -53,7 +52,6 @@
5352
public class ControllersConfig {
5453

5554
private final ServicesConfig servicesConfig;
56-
private final MessageSource messageSource;
5755
private final ApplicationEventPublisher eventPublisher;
5856
private final CategoryService categoryService;
5957
private final CollectionService collectionService;

0 commit comments

Comments
 (0)