From b84ad63441f782413dc4490ff3f6b5aba3c88921 Mon Sep 17 00:00:00 2001 From: Kevin Jackson Date: Mon, 13 Feb 2006 06:41:42 +0000 Subject: [PATCH] close
    tag in javadoc (well it is EchoXML after all...) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@377313 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/EchoXML.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/EchoXML.java b/src/main/org/apache/tools/ant/taskdefs/EchoXML.java index 5530116b4..3d828f2b8 100755 --- a/src/main/org/apache/tools/ant/taskdefs/EchoXML.java +++ b/src/main/org/apache/tools/ant/taskdefs/EchoXML.java @@ -1,5 +1,5 @@ /* - * Copyright 2005 The Apache Software Foundation + * Copyright 2005-2006 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,6 +39,7 @@ import org.w3c.dom.Element; *
  1. Currently no XMLNS support
  2. *
  3. Processing Instructions get ignored
  4. *
  5. Encoding is always UTF-8
  6. + *
* * @since Ant 1.7 */