From f99bfccd51f4dc93c11d5861531e97b196e668f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 4 Apr 2016 13:43:27 +0100 Subject: [PATCH] Polishing --- .../test/autoconfigure/web/servlet/AutoConfigureMockMvc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/AutoConfigureMockMvc.java b/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/AutoConfigureMockMvc.java index d141649b90c..6973ac8c633 100644 --- a/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/AutoConfigureMockMvc.java +++ b/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/AutoConfigureMockMvc.java @@ -37,7 +37,7 @@ import org.springframework.test.web.servlet.MvcResult; * @author Phillip Webb * @since 1.4.0 * @see MockMvcAutoConfiguration - * @see SpringBootMockMvcConfigurer + * @see SpringBootMockMvcBuilderCustomizer */ @Documented @Retention(RetentionPolicy.RUNTIME)