Skip to content

Commit

Permalink
Fix the build again
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed May 24, 2012
1 parent 5bdee70 commit ceb3888
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -140,6 +140,10 @@ public Action inspect(AtmosphereResource r) {
public void actionCreatedTest() throws ServletException, IOException {
framework.addAtmosphereHandler("/*", handler);
framework.interceptor(new AtmosphereInterceptor() {
@Override
public void configure(AtmosphereConfig config) {
}

@Override
public Action inspect(AtmosphereResource r) {
return Action.CREATED;
Expand Down

0 comments on commit ceb3888

Please sign in to comment.