Browse Source

Merge into 1.6

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275720 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
924fa05a10
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/main/org/apache/tools/ant/util/JAXPUtils.java

+ 4
- 4
src/main/org/apache/tools/ant/util/JAXPUtils.java View File

@@ -102,7 +102,7 @@ public class JAXPUtils {
/**
* Parser factory to use to create document builders.
*
* @since Ant 1.7
* @since Ant 1.6
*/
private static DocumentBuilderFactory builderFactory = null;

@@ -220,8 +220,8 @@ public class JAXPUtils {
/**
* Returns a newly created DocumentBuilder.
*
* @return a DocumentVuilder
* @since Ant 1.7
* @return a DocumentBuilder
* @since Ant 1.6
*/
public static DocumentBuilder getDocumentBuilder() throws BuildException {
try {
@@ -266,7 +266,7 @@ public class JAXPUtils {
/**
* Obtains the default builder factory if not already.
*
* @since Ant 1.7
* @since Ant 1.6
*/
private static synchronized
DocumentBuilderFactory getDocumentBuilderFactory()


Loading…
Cancel
Save