Browse Source

Work around javac bug

pull/16246/head
Andy Wilkinson 7 years ago
parent
commit
c2eeeb032c
  1. 2
      spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/integrationtest/HttpTunnelIntegrationTests.java

2
spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/integrationtest/HttpTunnelIntegrationTests.java

@ -128,7 +128,7 @@ public class HttpTunnelIntegrationTests { @@ -128,7 +128,7 @@ public class HttpTunnelIntegrationTests {
}
@Configuration
@org.springframework.context.annotation.Configuration
static class TunnelConfiguration {
@Bean

Loading…
Cancel
Save