File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ Boolean b = simple.booleanList.get(0);
458
458
459
459
@Autowired
460
460
public void configure(MovieFinder movieFinder,
461
- @Value("#{ systemProperties['user.region'] }"} String defaultLocale) {
461
+ @Value("#{ systemProperties['user.region'] }") String defaultLocale) {
462
462
this.movieFinder = movieFinder;
463
463
this.defaultLocale = defaultLocale;
464
464
}
@@ -474,7 +474,7 @@ Boolean b = simple.booleanList.get(0);
474
474
475
475
@Autowired
476
476
public MovieRecommender(CustomerPreferenceDao customerPreferenceDao,
477
- @Value("#{systemProperties['user.country']}"} String defaultLocale) {
477
+ @Value("#{systemProperties['user.country']}") String defaultLocale) {
478
478
this.customerPreferenceDao = customerPreferenceDao;
479
479
this.defaultLocale = defaultLocale;
480
480
}
You can’t perform that action at this time.
0 commit comments