Skip to content

Commit

Permalink
WELD-15
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 28, 2010
1 parent fa9ca50 commit c8380f3
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -18,7 +18,6 @@

import java.io.Serializable;

import javax.interceptor.AroundInvoke;
import javax.interceptor.InvocationContext;

import org.jboss.weld.Container;
Expand All @@ -41,7 +40,6 @@ public class SessionBeanInterceptor implements Serializable
{
private static final long serialVersionUID = 7327757031821596782L;

@AroundInvoke
public Object aroundInvoke(InvocationContext invocation) throws Exception
{
if (Container.instance().services().get(ContextLifecycle.class).isRequestActive())
Expand Down

0 comments on commit c8380f3

Please sign in to comment.