Browse Source

close <ol> 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
master
Kevin Jackson 20 years ago
parent
commit
b84ad63441
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/main/org/apache/tools/ant/taskdefs/EchoXML.java

+ 2
- 1
src/main/org/apache/tools/ant/taskdefs/EchoXML.java View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@@ -39,6 +39,7 @@ import org.w3c.dom.Element;
* <li>Currently no XMLNS support</li> * <li>Currently no XMLNS support</li>
* <li>Processing Instructions get ignored</li> * <li>Processing Instructions get ignored</li>
* <li>Encoding is always UTF-8</li> * <li>Encoding is always UTF-8</li>
* </ol>
* *
* @since Ant 1.7 * @since Ant 1.7
*/ */


Loading…
Cancel
Save