changeset 562:91ae0f2045bc

Merge
author lana
date Mon, 14 Oct 2013 09:52:52 -0700
parents 4712979714d1 (current diff) de8c803d4958 (diff)
children eb169222d3f2
files
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/sun/org/apache/xpath/internal/XPathContext.java	Fri Oct 11 21:26:31 2013 -0700
+++ b/src/com/sun/org/apache/xpath/internal/XPathContext.java	Mon Oct 14 09:52:52 2013 -0700
@@ -99,8 +99,7 @@
    * the DTMManager, it really is a proxy for this object, which
    * is the real DTMManager.
    */
-  protected DTMManager m_dtmManager = DTMManager.newInstance(
-                   com.sun.org.apache.xpath.internal.objects.XMLStringFactoryImpl.getFactory());
+  protected DTMManager m_dtmManager = null;
 
   /**
    * Return the DTMManager object.  Though XPathContext context extends