Suppress removal warnings

Closes gh-29325
This commit is contained in:
Johnny Lim 2022-10-15 22:54:28 +09:00 committed by Brian Clozel
parent aaa22ad07d
commit ba99672fd6
3 changed files with 3 additions and 0 deletions

View File

@ -685,6 +685,7 @@ class UriComponentsBuilderTests {
return HttpMethod.GET;
}
@SuppressWarnings("removal")
@Override
@Deprecated
public String getMethodValue() {

View File

@ -103,6 +103,7 @@ public class MockClientHttpRequest implements ClientHttpRequest {
return this.httpMethod;
}
@SuppressWarnings("removal")
@Override
@Deprecated
public String getMethodValue() {

View File

@ -95,6 +95,7 @@ public class MockClientHttpRequest extends AbstractClientHttpRequest implements
return this.httpMethod;
}
@SuppressWarnings("removal")
@Override
@Deprecated
public String getMethodValue() {