cziegeler 2004/01/05 05:54:37
Modified: src/java/org/apache/cocoon/components/pipeline/impl
AbstractCachingProcessingPipeline.java
Log:
Correcting comment
Revision Changes Path
1.20 +3 -3
cocoon-2.2/src/java/org/apache/cocoon/components/pipeline/impl/AbstractCachingProcessingPipeline.java
Index: AbstractCachingProcessingPipeline.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/java/org/apache/cocoon/components/pipeline/impl/AbstractCachingProcessingPipeline.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- AbstractCachingProcessingPipeline.java 8 Dec 2003 10:23:47 -0000
1.19
+++ AbstractCachingProcessingPipeline.java 5 Jan 2004 13:54:37 -0000
1.20
@@ -308,8 +308,8 @@
// first step is to generate the key:
// All pipeline components starting with the generator
- // are tested if they are either a CacheableProcessingComponent
- // or Cacheable (deprecated). The returned keys are chained together
+ // are tested if they are either a CacheableProcessingComponent.
+ // The returned keys are chained together
// to build a unique key of the request
// is the generator cacheable?