vmassol 2002/11/22 13:23:23
Modified: anttasks/src/java/org/apache/cactus/ant ChangeLogTask.java
Log:
Fix javadoc issue: sentences must not contain dots ("."). JDK 1.4 javadoc has a nice
-breakiterator to handle this. However, it won't work in 1.2 or 1.3.
Revision Changes Path
1.10 +6 -7
jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ChangeLogTask.java
Index: ChangeLogTask.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ChangeLogTask.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLogTask.java 28 Aug 2002 18:41:59 -0000 1.9
+++ ChangeLogTask.java 22 Nov 2002 21:23:23 -0000 1.10
@@ -247,8 +247,7 @@
* encountered in the Ant XML build file. This attribute is mandatory.
*
* @param theOutputFile the XML output file relative to the Ant project
- * base directory (i.e. basedir attrifbute in build
- * file).
+ * base directory (ie basedir attribute in build file).
*/
public void setOutput(File theOutputFile)
{
@@ -508,7 +507,7 @@
* is not used.
*
* @param theOs the output stream to write to the standard input stream of
- * the subprocess (i.e. the CVS process)
+ * the subprocess (ie the CVS process)
*/
public void setProcessInputStream(OutputStream theOs)
{
@@ -519,7 +518,7 @@
* version (should be handled in future versions).
*
* @param theIs the input stream to read from the error stream from the
- * subprocess (i.e. the CVS process)
+ * subprocess (ie the CVS process)
* @exception IOException on failure to create an input stream reader to
* read the error stream from CVS
*/
@@ -532,7 +531,7 @@
* Set the input stream used to read from CVS log
*
* @param theIs the input stream to read from the output stream of the
- * subprocess (i.e. the CVS process)
+ * subprocess (ie the CVS process)
* @exception IOException on failure to create an input stream reader to
* read the output stream from CVS
*/
@@ -542,7 +541,7 @@
}
/**
- * Stop handling of the streams (i.e. the cvs process).
+ * Stop handling of the streams (ie the cvs process).
*/
public void stop()
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>