Explorar o código

Fix Typo in @WithUserDetails reference

Issue gh-3346
Rob Winch %!s(int64=9) %!d(string=hai) anos
pai
achega
e04f685747
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/test.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/test.adoc

@@ -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();