Skip to content

Commit 6432a57

Browse files
committed
Remove apparently unnecessary warning
1 parent 233f500 commit 6432a57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/org/apache/tomcat/security/TestSecurity2023.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public void testCVE_2023_24998_CVE_2023_28709() throws Exception {
8181
Assert.assertEquals(HttpServletResponse.SC_REQUEST_ENTITY_TOO_LARGE, status);
8282
}
8383

84-
@SuppressWarnings("StatementWithEmptyBody")
8584
private static int postMultipart(String path, String queryStringParams, int parts) throws IOException, URISyntaxException {
8685
String urlStr = path + (queryStringParams == null || queryStringParams.isEmpty() ? "" : "?" + queryStringParams);
8786
String boundary = "--simpleboundary";

0 commit comments

Comments
 (0)