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