Update of /var/cvs/src/org/mmbase/module/core
In directory james.mmbase.org:/tmp/cvs-serv1070/src/org/mmbase/module/core

Modified Files:
        MMObjectNode.java 
Log Message:
 MMB-1806 Improve io stream copy performance


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/core
See also: http://www.mmbase.org/jira/browse/MMB-1806


Index: MMObjectNode.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/core/MMObjectNode.java,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -b -r1.229 -r1.230
--- MMObjectNode.java   5 Jan 2009 16:36:58 -0000       1.229
+++ MMObjectNode.java   7 Apr 2009 08:23:34 -0000       1.230
@@ -38,7 +38,7 @@
  * @author Eduard Witteveen
  * @author Michiel Meeuwissen
  * @author Ernst Bunders
- * @version $Id: MMObjectNode.java,v 1.229 2009/01/05 16:36:58 michiel Exp $
+ * @version $Id: MMObjectNode.java,v 1.230 2009/04/07 08:23:34 nklasens Exp $
  */
 
 public class MMObjectNode implements org.mmbase.util.SizeMeasurable, 
java.io.Serializable { // Comparable<MMObjectNode>  {
@@ -768,10 +768,10 @@
         if (value == null) {
             if (!checkFieldExistance(fieldName)) return null;
         }
-
-        if (value instanceof InputStream) {
-            value = useInputStream(fieldName, (InputStream) value);
-        }
+//
+//        if (value instanceof InputStream) {
+//            value = useInputStream(fieldName, (InputStream) value);
+//        }
 
         // return the found object
         return value;
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to