Reformat code

This commit is contained in:
Phillip Webb
2015-09-08 14:07:06 -07:00
parent 0f6b60d8c8
commit 15686ed4fd
43 changed files with 73 additions and 74 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);
}
}