mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Delete dead code in MockServerHttpRequest
This commit is contained in:
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user