stevel 01/11/22 00:40:38
Modified: src/main/org/apache/tools/ant/taskdefs DependSet.java
Log:
Erik's big javadoc fixup, bugzilla ID #4992
Revision Changes Path
1.7 +3 -3
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java
Index: DependSet.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/DependSet.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DependSet.java 2001/11/05 15:42:17 1.6
+++ DependSet.java 2001/11/22 08:40:38 1.7
@@ -95,7 +95,7 @@
* source vs target combination unnecessarily.
* </p><p>
* Example uses:
- * <ulist><li>
+ * <ul><li>
* Record the fact that an XML file must be up to date
* with respect to its XSD (Schema file), even though the XML file
* itself includes no reference to its XSD.
@@ -105,10 +105,10 @@
* </li><li>
* Record the fact that java files must be recompiled if the ant build
* file changes
- * </li></ulist>
+ * </li></ul>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Craeg Strong</a>
- * @version $Revision: 1.6 $ $Date: 2001/11/05 15:42:17 $
+ * @version $Revision: 1.7 $ $Date: 2001/11/22 08:40:38 $
*/
public class DependSet extends MatchingTask {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>