From 9fcf7abdcc187fd67014d5c19258794e052c6943 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 25 Sep 2003 23:52:12 +0000 Subject: [PATCH] ampersands dont make it through to javadocs, do they? git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275365 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/Assertions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/types/Assertions.java b/src/main/org/apache/tools/ant/types/Assertions.java index 2d37ca926..0a64953c9 100644 --- a/src/main/org/apache/tools/ant/types/Assertions.java +++ b/src/main/org/apache/tools/ant/types/Assertions.java @@ -65,7 +65,7 @@ import java.util.Iterator; * The assertion datatype. This type describes * assertion settings for the <java> task and others. * One can set the system assertions, and enable/disable those in - * packages & classes. + * packages and classes. * Assertions can only be enabled or disabled when forking Java. * * Example: set system assertions and all org.apache packages except