Delete dead code in MockServerHttpRequest

This commit is contained in:
Sam Brannen
2020-06-09 17:38:34 +02:00
parent 905483be30
commit b9e52a8089
2 changed files with 0 additions and 10 deletions

View File

@@ -457,11 +457,6 @@ public final class MockServerHttpRequest extends AbstractServerHttpRequest {
this.url = url;
}
DefaultBodyBuilder(HttpMethod httpMethod, URI url) {
this.methodValue = httpMethod.name();
this.url = url;
}
@Override
public BodyBuilder contextPath(String contextPath) {
this.contextPath = contextPath;