You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sw...@apache.org on 2019/03/13 12:30:11 UTC

svn propchange: r1855403 - svn:log

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]