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 d141649b90..6973ac8c63 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)