svn propchange: r1855403 - svn:log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn propchange: r1855403 - svn:log

Swapnil M Mane
Author: swapnilmmane
Revision: 1855403
Modified property: svn:log

Modified: svn:log at Wed Mar 13 12:30:11 2019
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Mar 13 12:30:11 2019
@@ -1,4 +1,5 @@
-Fixed: simpleTypeConvert always returns Null for Document, Document Type and Notation Node (OFBIZ-10832)
+Fixed: simpleTypeConvert always returns Null for Document, Document Type and Notation Node
+(OFBIZ-10832)
 
 As per the code, getTextContent() method is used get text content of the node and its descendants but the node.getTextContent() always return Null for the following Node type
 DOCUMENT_NODE, DOCUMENT_TYPE_NODE, NOTATION_NODE [1]