I noticed that this method:
XmlParserUtils.getXMLDocBuilder()
is not synchronized. According to the JAXP documentation, the DocumentBuilderFactory class is not thread-safe. Is there any reason for not synchronizing it?
Thank you,
--Emilio
I noticed that this method:
XmlParserUtils.getXMLDocBuilder()
is not synchronized. According to the JAXP documentation, the DocumentBuilderFactory class is not thread-safe. Is there any reason for not synchronizing it?
Thank you,
--Emilio