We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040eff2 commit 91bef21Copy full SHA for 91bef21
src/main/java/ru/mystamps/web/config/ControllersConfig.java
@@ -18,7 +18,6 @@
18
package ru.mystamps.web.config;
19
20
import org.springframework.context.ApplicationEventPublisher;
21
-import org.springframework.context.MessageSource;
22
import org.springframework.context.annotation.Bean;
23
import org.springframework.context.annotation.Configuration;
24
import org.springframework.context.annotation.Import;
@@ -53,7 +52,6 @@
53
52
public class ControllersConfig {
54
55
private final ServicesConfig servicesConfig;
56
- private final MessageSource messageSource;
57
private final ApplicationEventPublisher eventPublisher;
58
private final CategoryService categoryService;
59
private final CollectionService collectionService;
0 commit comments