Upgrade sample to Atmosphere 2.4.14

Closes gh-10447
This commit is contained in:
jfarcand
2017-09-28 13:48:24 -04:00
committed by Stephane Nicoll
parent ce8b59fc7d
commit 9dbc3e25bb
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ import java.util.Collections;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import org.atmosphere.cpr.AtmosphereInitializer;
import org.atmosphere.cpr.AtmosphereServlet;
import org.atmosphere.cpr.ContainerInitializer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.SpringBootConfiguration;
@@ -69,7 +69,7 @@ public class SampleAtmosphereApplication {
}
private static class EmbeddedAtmosphereInitializer extends AtmosphereInitializer
private static class EmbeddedAtmosphereInitializer extends ContainerInitializer
implements ServletContextInitializer {
@Override