Correct javadoc tag

This commit is contained in:
Andy Wilkinson 2016-04-04 17:47:05 +01:00
parent eb3180d581
commit e41ccfae3c

View File

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