From 924fa05a10ed2f03aca7339624d5ff24476b6402 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 28 Nov 2003 12:36:06 +0000 Subject: [PATCH] Merge into 1.6 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275720 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/JAXPUtils.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/org/apache/tools/ant/util/JAXPUtils.java b/src/main/org/apache/tools/ant/util/JAXPUtils.java index e4f6f8c87..c44687a0a 100644 --- a/src/main/org/apache/tools/ant/util/JAXPUtils.java +++ b/src/main/org/apache/tools/ant/util/JAXPUtils.java @@ -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()