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() {