diff --git a/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java b/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java index 83894edc1..dd041679b 100644 --- a/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java +++ b/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java @@ -748,7 +748,7 @@ public class XmlProperty extends org.apache.tools.ant.Task { * Whether this task can deal with non-file resources. * *
This implementation returns true only if this task is - * <gzip>. Any subclass of this class that also wants to + * <xmlproperty>. 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.