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