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

@ -104,10 +104,8 @@ public class EndpointWebMvcAutoConfigurationTests {
@After @After
public void close() { public void close() {
if (this.applicationContext != null) {
this.applicationContext.close(); this.applicationContext.close();
} }
}
@Test @Test
public void onSamePort() throws Exception { public void onSamePort() throws Exception {

Loading…
Cancel
Save