Correct the javadoc on RestDocmentationConfigurer.withContextPath

This commit is contained in:
Andy Wilkinson
2015-04-20 09:48:55 +01:00
parent 9fe02fc62e
commit 4cb5f228a9

View File

@@ -105,7 +105,7 @@ public class RestDocumentationConfigurer extends MockMvcConfigurerAdapter {
* Configures any documented URIs to use the given {@code contextPath}. The default is
* an empty string.
*
* @param The context path
* @param contextPath The context path
* @return {@code this}
*/
public RestDocumentationConfigurer withContextPath(String contextPath) {