Skip to content

Commit 29d1e22

Browse files
committed
Fix rawtypes
1 parent 743ac4c commit 29d1e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/integrationtest/JerseyEndpointIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void actuatorEndpointsWhenUserProvidedResourceConfigBeanNotAvailable() {
6464
@Test
6565
void actuatorEndpointsWhenSecurityAvailable() {
6666
WebApplicationContextRunner contextRunner = getContextRunner(
67-
new Class[] { EndpointsConfiguration.class, ResourceConfigConfiguration.class },
67+
new Class<?>[] { EndpointsConfiguration.class, ResourceConfigConfiguration.class },
6868
getAutoconfigurations(SecurityAutoConfiguration.class, ManagementWebSecurityAutoConfiguration.class));
6969
contextRunner.run((context) -> {
7070
int port = context.getSourceApplicationContext(AnnotationConfigServletWebServerApplicationContext.class)

0 commit comments

Comments
 (0)