parent
aaa22ad07d
commit
ba99672fd6
|
|
@ -685,6 +685,7 @@ class UriComponentsBuilderTests {
|
||||||
return HttpMethod.GET;
|
return HttpMethod.GET;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("removal")
|
||||||
@Override
|
@Override
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public String getMethodValue() {
|
public String getMethodValue() {
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,7 @@ public class MockClientHttpRequest implements ClientHttpRequest {
|
||||||
return this.httpMethod;
|
return this.httpMethod;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("removal")
|
||||||
@Override
|
@Override
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public String getMethodValue() {
|
public String getMethodValue() {
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@ public class MockClientHttpRequest extends AbstractClientHttpRequest implements
|
||||||
return this.httpMethod;
|
return this.httpMethod;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("removal")
|
||||||
@Override
|
@Override
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public String getMethodValue() {
|
public String getMethodValue() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue