diff --git a/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java b/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java index e5ce01b2aa..f07c01af10 100644 --- a/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java +++ b/spring-boot-project/spring-boot-devtools/src/test/java/org/springframework/boot/devtools/restart/RestarterTests.java @@ -176,13 +176,6 @@ public class RestarterTests { assertThat(Restarter.getInstance().getInitialUrls()).isEqualTo(urls); } - @FunctionalInterface - private interface WithMainAction { - - void perform() throws Exception; - - } - @Component @EnableScheduling public static class SampleApplication {