This commit is contained in:
Stephane Nicoll 2015-07-30 09:40:25 +02:00
parent e32efc179c
commit a90970060d

View File

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