[exo-jcr-commits] exo-jcr SVN: r943 - jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 8 06:01:23 EST 2009


Author: pnedonosko
Date: 2009-12-08 06:01:23 -0500 (Tue, 08 Dec 2009)
New Revision: 943

Modified:
   jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/TransientValueData.java
Log:
EXOJCR-221: cleanup

Modified: jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/TransientValueData.java
===================================================================
--- jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/TransientValueData.java	2009-12-08 10:38:29 UTC (rev 942)
+++ jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/TransientValueData.java	2009-12-08 11:01:23 UTC (rev 943)
@@ -177,7 +177,7 @@
          if (this.tmpStream != null)
          {
             this.tmpStream.close();
-            this.tmpStream = null; // 05.02.2009 release stream if file exists
+            this.tmpStream = null; 
          }
 
          this.spooled = true;



More information about the exo-jcr-commits mailing list