cziegeler 2003/05/18 11:37:09
Modified: src/java/org/apache/cocoon/components/pipeline
AbstractProcessingPipeline.java
Log:
Remove note
Revision Changes Path
1.3 +2 -3
cocoon-2.1/src/java/org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.java
Index: AbstractProcessingPipeline.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractProcessingPipeline.java 3 May 2003 18:34:41 -0000 1.2
+++ AbstractProcessingPipeline.java 18 May 2003 18:37:09 -0000 1.3
@@ -673,8 +673,7 @@
throws ProcessingException {
this.lastConsumer = consumer;
if ( this.reader != null ) {
- // FIXME (CZ) We *could* use the xmlizer here...but does this
make sense?!?
- throw new ProcessingException("Streaming of pipeline is not
possible with a reader.");
+ throw new ProcessingException("Streaming of an internal pipeline
is not possible with a reader.");
} else {
this.connectPipeline(environment);
return this.processXMLPipeline(environment);