[jboss-cvs] jboss-seam/src/test/misc/org/jboss/seam/test ...

Gavin King gavin.king at jboss.com
Tue Oct 31 21:54:02 EST 2006


  User: gavin   
  Date: 06/10/31 21:54:02

  Modified:    src/test/misc/org/jboss/seam/test 
                        MockInvocationContext.java
  Log:
  insulate dependency to javax.interceptor
  
  Revision  Changes    Path
  1.4       +2 -9      jboss-seam/src/test/misc/org/jboss/seam/test/MockInvocationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MockInvocationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/misc/org/jboss/seam/test/MockInvocationContext.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- MockInvocationContext.java	6 Jun 2006 19:58:10 -0000	1.3
  +++ MockInvocationContext.java	1 Nov 2006 02:54:02 -0000	1.4
  @@ -1,11 +1,10 @@
  -//$Id: MockInvocationContext.java,v 1.3 2006/06/06 19:58:10 gavin Exp $
  +//$Id: MockInvocationContext.java,v 1.4 2006/11/01 02:54:02 gavin Exp $
   package org.jboss.seam.test;
   
   import java.lang.reflect.Method;
   import java.util.Map;
   
  -import javax.ejb.EJBContext;
  -import javax.interceptor.InvocationContext;
  +import org.jboss.seam.intercept.InvocationContext;
   
   public class MockInvocationContext implements InvocationContext
   {
  @@ -22,12 +21,6 @@
         return null;
      }
   
  -   public EJBContext getEJBContext()
  -   {
  -      //TODO
  -      return null;
  -   }
  -
      public Method getMethod()
      {
         //TODO
  
  
  



More information about the jboss-cvs-commits mailing list