bodewig 2003/11/28 04:36:07 Modified: src/main/org/apache/tools/ant/util JAXPUtils.java Log: Merge into 1.6 Revision Changes Path 1.11 +4 -4 ant/src/main/org/apache/tools/ant/util/JAXPUtils.java Index: JAXPUtils.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/JAXPUtils.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- JAXPUtils.java 27 Nov 2003 12:00:57 -0000 1.10 +++ JAXPUtils.java 28 Nov 2003 12:36:06 -0000 1.11 @@ -102,7 +102,7 @@ /** * 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 @@ /** * 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 @@ /** * Obtains the default builder factory if not already. * - * @since Ant 1.7 + * @since Ant 1.6 */ private static synchronized DocumentBuilderFactory getDocumentBuilderFactory()
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]