You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by jc...@apache.org on 2005/03/01 16:06:06 UTC

cvs commit: jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl MethodInterceptorFactory.java

jcarman     2005/03/01 07:06:06

  Modified:    library/src/java/org/apache/hivemind/lib/impl
                        MethodInterceptorFactory.java
  Log:
  Organized imports to remove unused import warnings.
  
  Revision  Changes    Path
  1.2       +0 -1      jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/MethodInterceptorFactory.java
  
  Index: MethodInterceptorFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/MethodInterceptorFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MethodInterceptorFactory.java	28 Feb 2005 12:42:33 -0000	1.1
  +++ MethodInterceptorFactory.java	1 Mar 2005 15:06:06 -0000	1.2
  @@ -23,7 +23,6 @@
   
   import org.aopalliance.intercept.MethodInterceptor;
   import org.aopalliance.intercept.MethodInvocation;
  -import org.apache.hivemind.ApplicationRuntimeException;
   import org.apache.hivemind.InterceptorStack;
   import org.apache.hivemind.ServiceInterceptorFactory;
   import org.apache.hivemind.impl.BaseLocatable;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org