pull/3630/merge
Stephane Nicoll 9 years ago
parent e32efc179c
commit a90970060d

@ -104,9 +104,7 @@ public class EndpointWebMvcAutoConfigurationTests {
@After @After
public void close() { public void close() {
if (this.applicationContext != null) { this.applicationContext.close();
this.applicationContext.close();
}
} }
@Test @Test

Loading…
Cancel
Save