You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2004/11/18 18:41:45 UTC

svn commit: r76259 - cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation

Author: unico
Date: Thu Nov 18 09:41:45 2004
New Revision: 76259

Modified:
   cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java
Log:
make sure x_source is nullified

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/java/org/apache/cocoon/transformation/IncludeTransformer.java	Thu Nov 18 09:41:45 2004
@@ -256,6 +256,7 @@
         this.m_validity = null;
         this.x_parameters = null;
         this.x_value = null;
+        this.x_source = null;
 
         if (this.m_buffering) {
             // Wait for threads to complete and release Sources