Changed @task to @todo in javadoc for Maven 1.0-beta-8

--
Willie Vu
Index: BundleTag.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/BundleTag.java,v
retrieving revision 1.2
diff -u -u -r1.2 BundleTag.java
--- BundleTag.java      26 Jan 2003 02:02:08 -0000      1.2
+++ BundleTag.java      13 Feb 2003 02:26:22 -0000
@@ -78,7 +78,7 @@
  * @author <a href="mailto:[EMAIL PROTECTED]";>Willie Vu</a>
  * @version 1.1
  *
- * @task decide how to implement setResponseLocale
+ * @todo decide how to implement setResponseLocale
  */
 public class BundleTag extends TagSupport {
        
@@ -341,4 +341,4 @@
                this.prefix = prefix;
        }
        
-}
\ No newline at end of file
+}
Index: FmtTagLibrary.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FmtTagLibrary.java,v
retrieving revision 1.2
diff -u -u -r1.2 FmtTagLibrary.java
--- FmtTagLibrary.java  18 Jan 2003 06:35:27 -0000      1.2
+++ FmtTagLibrary.java  13 Feb 2003 02:26:22 -0000
@@ -69,10 +69,10 @@
  * @author <a href="mailto:[EMAIL PROTECTED]";>Willie Vu</a>
  * @version 1.2
  *
- * @task implement &lt;fmt:formatNumber&gt;
- * @task implement &lt;fmt:parseNumber&gt;
- * @task implement &lt;fmt:parseDate&gt;
- * @task decide how to support &lt;fmt:requestEncoding&gt;
+ * @todo implement &lt;fmt:formatNumber&gt;
+ * @todo implement &lt;fmt:parseNumber&gt;
+ * @todo implement &lt;fmt:parseDate&gt;
+ * @todo decide how to support &lt;fmt:requestEncoding&gt;
  */
 public class FmtTagLibrary extends TagLibrary {
        
Index: FormatDateTag.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/FormatDateTag.java,v
retrieving revision 1.2
diff -u -u -r1.2 FormatDateTag.java
--- FormatDateTag.java  26 Jan 2003 02:02:08 -0000      1.2
+++ FormatDateTag.java  13 Feb 2003 02:26:22 -0000
@@ -81,7 +81,7 @@
  * tag in JSTL.
  * @author <a href="mailto:[EMAIL PROTECTED]";>Willie Vu</a>
  * @version $Revision: 1.2 $
- * @task i18n exception message
+ * @todo i18n exception message
  */
 public class FormatDateTag extends TagSupport {
        
Index: MessageTag.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/MessageTag.java,v
retrieving revision 1.3
diff -u -u -r1.3 MessageTag.java
--- MessageTag.java     26 Jan 2003 02:02:08 -0000      1.3
+++ MessageTag.java     13 Feb 2003 02:26:22 -0000
@@ -81,7 +81,7 @@
  * @author <a href="mailto:[EMAIL PROTECTED]";>Willie Vu</a>
  * @version 1.1
  *
- * @task decide how to implement setResponseLocale
+ * @todo decide how to implement setResponseLocale
  */
 public class MessageTag extends TagSupport {
        
Index: ParamTag.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/ParamTag.java,v
retrieving revision 1.2
diff -u -u -r1.2 ParamTag.java
--- ParamTag.java       26 Jan 2003 02:02:08 -0000      1.2
+++ ParamTag.java       13 Feb 2003 02:26:22 -0000
@@ -73,7 +73,7 @@
  * @author <a href="mailto:[EMAIL PROTECTED]";>Willie Vu</a>
  * @version 1.1
  *
- * @task handle body content trimming
+ * @todo handle body content trimming
  */
 public class ParamTag extends TagSupport {
        
Index: SetLocaleTag.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/SetLocaleTag.java,v
retrieving revision 1.3
diff -u -u -r1.3 SetLocaleTag.java
--- SetLocaleTag.java   26 Jan 2003 02:02:08 -0000      1.3
+++ SetLocaleTag.java   13 Feb 2003 02:26:22 -0000
@@ -75,7 +75,7 @@
  * @author <a href="mailto:[EMAIL PROTECTED]";>Willie Vu</a>
  * @version 1.2
  *
- * @task decide how to implement setResponseLocale
+ * @todo decide how to implement setResponseLocale
  */
 public class SetLocaleTag extends TagSupport {
        
Index: TimeZoneTag.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-commons/jelly/jelly-tags/fmt/src/java/org/apache/commons/jelly/tags/fmt/TimeZoneTag.java,v
retrieving revision 1.2
diff -u -u -r1.2 TimeZoneTag.java
--- TimeZoneTag.java    26 Jan 2003 02:02:08 -0000      1.2
+++ TimeZoneTag.java    13 Feb 2003 02:26:22 -0000
@@ -80,7 +80,7 @@
  * @author <a href="mailto:[EMAIL PROTECTED]";>Willie Vu</a>
  * @version $Revision: 1.2 $
  *
- * @task decide how to implement setResponseLocale
+ * @todo decide how to implement setResponseLocale
  */
 public class TimeZoneTag extends TagSupport {


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to