Minor, but the Javadoc page for Path.java was barely readable on some
browsers, because of unescaped tags which are passed through into HTML and
messed up formatting.
-Jesse
--
Jesse Glick <mailto:[EMAIL PROTECTED]>
NetBeans, Open APIs <http://www.netbeans.org/>
tel (+4202) 3300-9161 Sun Micro x49161 Praha CR
Index: src/main/org/apache/tools/ant/types/Path.java
===================================================================
RCS file:
/home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/types/Path.java,v
retrieving revision 1.14
diff -u -t -r1.14 Path.java
--- src/main/org/apache/tools/ant/types/Path.java 2001/01/12 14:08:51
1.14
+++ src/main/org/apache/tools/ant/types/Path.java 2001/05/03 19:57:12
@@ -106,7 +106,7 @@
/**
- * Helper class, holds the nested <pathelement> values.
+ * Helper class, holds the nested <code><pathelement></code> values.
*/
public class PathElement {
private String[] parts;
@@ -186,7 +186,7 @@
}
/**
- * Creates the nested <pathelement> element.
+ * Creates the nested <code><pathelement></code> element.
*/
public PathElement createPathElement() throws BuildException {
if (isReference()) {
@@ -198,7 +198,7 @@
}
/**
- * Adds a nested <fileset> element.
+ * Adds a nested <code><fileset></code> element.
*/
public void addFileset(FileSet fs) throws BuildException {
if (isReference()) {
@@ -209,7 +209,7 @@
}
/**
- * Creates a nested <path> element.
+ * Creates a nested <code><path></code> element.
*/
public Path createPath() throws BuildException {
if (isReference()) {