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:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to