You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2005/03/01 19:49:19 UTC

svn commit: r155813 [3/3] - in xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store: Locale.java Xobj.java

Modified: xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Xobj.java
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Xobj.java?view=diff&r1=155812&r2=155813
==============================================================================
--- xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Xobj.java (original)
+++ xmlbeans/trunk/src/store/org/apache/xmlbeans/impl/store/Xobj.java Tue Mar  1 10:49:16 2005
@@ -965,8 +965,8 @@
             newX._cchAfter = x._cchAfter;
 
             // TODO - strange to have charNode stuff inside here .....
-            newX._charNodesValue = CharNode.copyNodes( x._charNodesValue, newX._srcValue );
-            newX._charNodesAfter = CharNode.copyNodes( x._charNodesAfter, newX._srcAfter );
+           // newX._charNodesValue = CharNode.copyNodes( x._charNodesValue, newX._srcValue );
+           // newX._charNodesAfter = CharNode.copyNodes( x._charNodesAfter, newX._srcAfter );
 
             if (newParent == null)
                 copy = newX;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org