Merge branch '1.2.x'
This commit is contained in:
@@ -72,7 +72,7 @@ public class SampleAtmosphereApplication {
|
||||
|
||||
@Override
|
||||
public void onStartup(ServletContext servletContext) throws ServletException {
|
||||
onStartup(Collections.<Class<?>> emptySet(), servletContext);
|
||||
onStartup(Collections.<Class<?>>emptySet(), servletContext);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ import org.springframework.test.annotation.DirtiesContext;
|
||||
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
import sample.testng.SampleTestNGApplication;
|
||||
import static org.testng.Assert.assertEquals;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user