Skip to content

Commit 3be0ea9

Browse files
committed
Suppress deprecation warning in spring-test
1 parent fb1eb00 commit 3be0ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-test/src/test/java/org/springframework/test/web/servlet/htmlunit/HtmlUnitRequestBuilderTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ public void buildRequestCookiesMulti() {
238238
}
239239

240240
@Test
241+
@SuppressWarnings("deprecation")
241242
public void buildRequestInputStream() throws Exception {
242243
String content = "some content that has length";
243244
webRequest.setHttpMethod(HttpMethod.POST);

0 commit comments

Comments
 (0)