This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new bdeae68  Forgot to re-comment out my debug code
bdeae68 is described below

commit bdeae684dfa201c3358788cda76831eec72ef988
Author: Daniel Kulp <[email protected]>
AuthorDate: Thu Oct 19 13:54:32 2017 -0400

    Forgot to re-comment out my debug code
---
 core/src/main/java/org/apache/cxf/helpers/DOMUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/src/main/java/org/apache/cxf/helpers/DOMUtils.java 
b/core/src/main/java/org/apache/cxf/helpers/DOMUtils.java
index 10bf393..a8da819 100644
--- a/core/src/main/java/org/apache/cxf/helpers/DOMUtils.java
+++ b/core/src/main/java/org/apache/cxf/helpers/DOMUtils.java
@@ -153,10 +153,10 @@ public final class DOMUtils {
     
     private static synchronized Document createEmptyDocument() {
         if (emptyDocument == null) {
-            //emptyDocument = createDocument();
+            emptyDocument = createDocument();
             
             // uncomment this to see if anything is actually setting anything 
into the empty doc
-            
+            /*
             final Document doc  = createDocument();
             emptyDocument = 
(Document)org.apache.cxf.common.util.ProxyHelper.getProxy(
                 DOMUtils.class.getClassLoader(), 
@@ -170,7 +170,7 @@ public final class DOMUtils {
                         throw new IllegalStateException("Cannot modify factory 
document");
                     }
                 });
-             
+            */
         }
         return emptyDocument;
     }

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to