You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gh...@apache.org on 2003/10/25 23:46:17 UTC

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/caching Cache.java

ghoward     2003/10/25 14:46:17

  Modified:    src/java/org/apache/cocoon/caching Cache.java
  Log:
  clean up import
  
  Revision  Changes    Path
  1.6       +1 -2      cocoon-2.2/src/java/org/apache/cocoon/caching/Cache.java
  
  Index: Cache.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/caching/Cache.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Cache.java	25 Oct 2003 17:46:39 -0000	1.5
  +++ Cache.java	25 Oct 2003 21:46:17 -0000	1.6
  @@ -52,7 +52,6 @@
   
   import java.io.Serializable;
   
  -import org.apache.avalon.framework.component.Component;
   import org.apache.cocoon.ProcessingException;
   
   /**