提交 491d1c4c 编写于 作者: J jbotuck 提交者: Rossen Stoyanchev

issue-26994 add missing ) to kotlin example

上级 7dbbf364
...@@ -8277,7 +8277,7 @@ it resembles the following: ...@@ -8277,7 +8277,7 @@ it resembles the following:
fun userService(): Service { fun userService(): Service {
return SimpleUserService().apply { return SimpleUserService().apply {
// a reference to the proxied userPreferences bean // a reference to the proxied userPreferences bean
setUserPreferences(userPreferences() setUserPreferences(userPreferences())
} }
} }
---- ----
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册