Fix RestDocumentationResultHandler.withPathParameters
Closes gh-101
This commit is contained in:
committed by
Andy Wilkinson
parent
8e2fc7f45d
commit
dc30f1bd63
@@ -324,7 +324,7 @@ public class RestDocumentationResultHandler implements ResultHandler {
|
||||
*/
|
||||
public RestDocumentationResultHandler withPathParameters(
|
||||
ParameterDescriptor... descriptors) {
|
||||
return this.withQueryParameters(null, descriptors);
|
||||
return this.withPathParameters(null, descriptors);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user