提交 171b3581 编写于 作者: P Phillip Webb

Merge pull request #328 from lonre/typo-fix

# By Lonre Wang
* typo-fix:
  Fix typo in reference docs
......@@ -458,7 +458,7 @@ Boolean b = simple.booleanList.get(0);
@Autowired
public void configure(MovieFinder movieFinder,
@Value("#{ systemProperties['user.region'] }"} String defaultLocale) {
@Value("#{ systemProperties['user.region'] }") String defaultLocale) {
this.movieFinder = movieFinder;
this.defaultLocale = defaultLocale;
}
......@@ -474,7 +474,7 @@ Boolean b = simple.booleanList.get(0);
@Autowired
public MovieRecommender(CustomerPreferenceDao customerPreferenceDao,
@Value("#{systemProperties['user.country']}"} String defaultLocale) {
@Value("#{systemProperties['user.country']}") String defaultLocale) {
this.customerPreferenceDao = customerPreferenceDao;
this.defaultLocale = defaultLocale;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册