src/share/jaxws_classes/com/sun/xml/internal/ws/util/DOMUtil.java

changeset 1386
65d3b0e44551
parent 368
0989ad8c0860
child 1435
a90b319bae7a
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/ws/util/DOMUtil.java	Mon Jun 12 23:06:50 2017 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/util/DOMUtil.java	Sun Jun 25 00:13:53 2017 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -57,7 +57,6 @@
    1.11              if (db == null) {
    1.12                  try {
    1.13                      DocumentBuilderFactory dbf = XmlUtil.newDocumentBuilderFactory();
    1.14 -                    dbf.setNamespaceAware(true);
    1.15                      db = dbf.newDocumentBuilder();
    1.16                  } catch (ParserConfigurationException e) {
    1.17                      throw new FactoryConfigurationError(e);

mercurial