Fix Typo in @WithUserDetails reference

Issue gh-3346
This commit is contained in:
Rob Winch 2016-03-22 22:31:59 -05:00
parent 2f7f2ff589
commit e04f685747

View File

@ -209,7 +209,7 @@ For example, this test would look up the username of "customUsername" using the
[source,java]
----
@T@Test
@Test
@WithUserDetails(value="customUsername", userDetailsServiceBeanName="myUserDetailsService")
public void getMessageWithUserDetailsServiceBeanName() {
String message = messageService.getMessage();