diff --git a/modules/cpr/src/test/java/org/atmosphere/cpr/AtmosphereInterceptorTest.java b/modules/cpr/src/test/java/org/atmosphere/cpr/AtmosphereInterceptorTest.java index 644b251c58..5668353633 100644 --- a/modules/cpr/src/test/java/org/atmosphere/cpr/AtmosphereInterceptorTest.java +++ b/modules/cpr/src/test/java/org/atmosphere/cpr/AtmosphereInterceptorTest.java @@ -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;