Browse Source

fix tag name in comment

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@344885 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
b1fdc9f54b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

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

@@ -748,7 +748,7 @@ public class XmlProperty extends org.apache.tools.ant.Task {
* Whether this task can deal with non-file resources.
*
* <p>This implementation returns true only if this task is
* &lt;gzip&gt;. Any subclass of this class that also wants to
* &lt;xmlproperty&gt;. Any subclass of this class that also wants to
* support non-file resources needs to override this method. We
* need to do so for backwards compatibility reasons since we
* can't expect subclasses to support resources.</p>


Loading…
Cancel
Save