You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/08/08 05:47:08 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/caching ComponentCacheKey.java

vgritsenko    2002/08/07 20:47:08

  Modified:    src/java/org/apache/cocoon/caching ComponentCacheKey.java
  Log:
  fix bug
  
  Revision  Changes    Path
  1.15      +2 -2      xml-cocoon2/src/java/org/apache/cocoon/caching/ComponentCacheKey.java
  
  Index: ComponentCacheKey.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/caching/ComponentCacheKey.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ComponentCacheKey.java	8 Aug 2002 02:55:23 -0000	1.14
  +++ ComponentCacheKey.java	8 Aug 2002 03:47:08 -0000	1.15
  @@ -73,7 +73,7 @@
   
       // Converts Generator / Transformer / Serializer / Reader constants above
       // into string.
  -    private static final String[] COMPONENTS = { "X", "G", "T", "S", "R" };
  +    private static final String[] COMPONENTS = { "X", "G", "X", "T", "X", "S", "X", "R" };
   
       /** The component type */
       private int type;
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org