From 08f2880c54aa3d62423a27e167343dbd563d0633 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 20 May 2005 16:53:57 +0000 Subject: [PATCH] small clarification git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278311 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java b/src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java index c6a3ee0ef..e40be9b09 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java @@ -44,7 +44,7 @@ public class TypeFound extends ProjectComponent implements Condition { /** * The URI for this definition. * @param uri the namespace URI. If this is not set, use the - * default namespace. + * default ant namespace. */ public void setURI(String uri) { this.uri = uri;