diff --git a/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsMockMvcConfigurationCustomizer.java b/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsMockMvcConfigurationCustomizer.java index 928e160b348..0662da72ca2 100644 --- a/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsMockMvcConfigurationCustomizer.java +++ b/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsMockMvcConfigurationCustomizer.java @@ -32,7 +32,7 @@ import org.springframework.restdocs.mockmvc.MockMvcRestDocumentationConfigurer; public interface RestDocsMockMvcConfigurationCustomizer { /** - * Customize the given {@configurer}. + * Customize the given {@code configurer}. * @param configurer the configurer */ void customize(MockMvcRestDocumentationConfigurer configurer);