diff --git a/vraptor-core/src/test/java/br/com/caelum/vraptor/ioc/MockRequestHandlerObserver.java b/vraptor-core/src/test/java/br/com/caelum/vraptor/ioc/MockRequestHandlerObserver.java index 9906318e7..3b44d1cd6 100644 --- a/vraptor-core/src/test/java/br/com/caelum/vraptor/ioc/MockRequestHandlerObserver.java +++ b/vraptor-core/src/test/java/br/com/caelum/vraptor/ioc/MockRequestHandlerObserver.java @@ -15,6 +15,7 @@ */ package br.com.caelum.vraptor.ioc; +import javax.enterprise.context.ApplicationScoped; import javax.enterprise.event.Event; import javax.enterprise.event.Observes; import javax.enterprise.inject.Specializes; @@ -30,7 +31,7 @@ import br.com.caelum.vraptor.http.UrlToControllerTranslator; import br.com.caelum.vraptor.observer.RequestHandlerObserver; -@Specializes +@Specializes @ApplicationScoped class MockRequestHandlerObserver extends RequestHandlerObserver{ private boolean vraptorStackCalled;