Fix checkstyle after 11.0.x merge (#10544)

Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
Ludovic Orban 2023-09-18 11:58:00 +02:00 committed by GitHub
parent 32227570e5
commit a3adb66a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ import org.eclipse.jetty.ee10.servlet.ServletContextHandler;
import org.eclipse.jetty.ee10.servlet.ServletHandler;
import org.eclipse.jetty.ee10.servlet.ServletHolder;
import org.eclipse.jetty.ee10.servlet.SessionHandler;
import org.eclipse.jetty.ee10.servlet.security.ConstraintMapping;
import org.eclipse.jetty.http.HttpHeader;
import org.eclipse.jetty.http.HttpStatus;
import org.eclipse.jetty.http.HttpTester;
@ -1169,7 +1168,6 @@ public class ConstraintTest
assertThat(response, not(containsString("JSESSIONID=" + session)));
}
public static Stream<Arguments> onAuthenticationTests()
{
return Stream.of(