You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/09/08 06:29:53 UTC

cvs commit: incubator-geronimo/modules/core/src/java/org/apache/geronimo/naming/java ComponentContextInterceptor.java

dain        2003/09/07 21:29:53

  Modified:    modules/core/src/java/org/apache/geronimo/naming/java
                        ComponentContextInterceptor.java
  Log:
  Updated to reflect movement of base services code from o.a.g.common in the core module to
  o.a.g.core.service in the core module.
  
  Revision  Changes    Path
  1.4       +4 -4      incubator-geronimo/modules/core/src/java/org/apache/geronimo/naming/java/ComponentContextInterceptor.java
  
  Index: ComponentContextInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/naming/java/ComponentContextInterceptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ComponentContextInterceptor.java	4 Sep 2003 05:16:17 -0000	1.3
  +++ ComponentContextInterceptor.java	8 Sep 2003 04:29:53 -0000	1.4
  @@ -55,9 +55,9 @@
    */
   package org.apache.geronimo.naming.java;
   
  -import org.apache.geronimo.common.AbstractInterceptor;
  -import org.apache.geronimo.common.Invocation;
  -import org.apache.geronimo.common.InvocationResult;
  +import org.apache.geronimo.core.service.AbstractInterceptor;
  +import org.apache.geronimo.core.service.Invocation;
  +import org.apache.geronimo.core.service.InvocationResult;
   
   /**
    * An interceptor that pushes the current component's java:comp context into