Merge branch '1.2.x'

This commit is contained in:
Phillip Webb
2015-09-08 14:37:16 -07:00
94 changed files with 446 additions and 203 deletions

View File

@@ -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);
}
}