Update of /var/cvs/src/org/mmbase/module/core
In directory james.mmbase.org:/tmp/cvs-serv952/src/org/mmbase/module/core
Modified Files:
Tag: MMBase-1_8
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.193.2.14
retrieving revision 1.193.2.15
diff -u -b -r1.193.2.14 -r1.193.2.15
--- MMObjectNode.java 24 Sep 2008 15:25:18 -0000 1.193.2.14
+++ MMObjectNode.java 7 Apr 2009 08:23:12 -0000 1.193.2.15
@@ -38,7 +38,7 @@
* @author Eduard Witteveen
* @author Michiel Meeuwissen
* @author Ernst Bunders
- * @version $Id: MMObjectNode.java,v 1.193.2.14 2008/09/24 15:25:18 nklasens
Exp $
+ * @version $Id: MMObjectNode.java,v 1.193.2.15 2009/04/07 08:23:12 nklasens
Exp $
*/
public class MMObjectNode implements org.mmbase.util.SizeMeasurable,
java.io.Serializable {
@@ -819,10 +819,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
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs