Suppress removal warnings

Closes gh-29325
This commit is contained in:
Johnny Lim
2022-10-19 18:44:59 +02:00
committed by Brian Clozel
parent aaa22ad07d
commit ba99672fd6
3 changed files with 3 additions and 0 deletions
@@ -685,6 +685,7 @@ class UriComponentsBuilderTests {
return HttpMethod.GET;
}
@SuppressWarnings("removal")
@Override
@Deprecated
public String getMethodValue() {