Browse Source

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
master
Steve Loughran 21 years ago
parent
commit
9fcf7abdcc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/Assertions.java

+ 1
- 1
src/main/org/apache/tools/ant/types/Assertions.java View File

@@ -65,7 +65,7 @@ import java.util.Iterator;
* The assertion datatype. This type describes * The assertion datatype. This type describes
* assertion settings for the <java> task and others. * assertion settings for the <java> task and others.
* One can set the system assertions, and enable/disable those in * 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. * Assertions can only be enabled or disabled when forking Java.
* *
* Example: set system assertions and all org.apache packages except * Example: set system assertions and all org.apache packages except


Loading…
Cancel
Save