Remove an unused interface in RestarterTests

See gh-15666
pull/15756/head
Johnny Lim 6 years ago committed by Stephane Nicoll
parent badccc083e
commit d7f0c1d63c

@ -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 {

Loading…
Cancel
Save