Suppress removal warnings
Closes gh-29325
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user