From b1fdc9f54bf756fc8c1c4903e973a67c4a10548f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 16 Nov 2005 04:42:21 +0000 Subject: [PATCH] fix tag name in comment git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@344885 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/XmlProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.