sidler 2002/06/23 02:40:14
Modified: tools/src/java/org/apache/velocity/tools/tools DateTool.java
MathTool.java
Log:
Fixed minor JavaDoc problems.
Revision Changes Path
1.6 +3 -3
jakarta-velocity-tools/tools/src/java/org/apache/velocity/tools/tools/DateTool.java
Index: DateTool.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity-tools/tools/src/java/org/apache/velocity/tools/tools/DateTool.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DateTool.java 3 Jun 2002 10:24:37 -0000 1.5
+++ DateTool.java 23 Jun 2002 09:40:14 -0000 1.6
@@ -206,7 +206,7 @@
/**
- * Returns a formatted string representing the specified date and locale
+ * Returns a formatted string representing the specified date and locale.
*
* <p>
* This method uses the same formatting instructions as
@@ -367,7 +367,7 @@
* @param obj the date to convert
* @param locale the locale used
* @return the converted date
- * @see #toDate(Object obj, Locale locale)
+ * @see #toDate(String format, Object obj, Locale locale)
* @see Calendar
*/
public static Calendar toCalendar(Object obj, Locale locale)
1.4 +2 -2
jakarta-velocity-tools/tools/src/java/org/apache/velocity/tools/tools/MathTool.java
Index: MathTool.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity-tools/tools/src/java/org/apache/velocity/tools/tools/MathTool.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MathTool.java 10 May 2002 05:42:17 -0000 1.3
+++ MathTool.java 23 Jun 2002 09:40:14 -0000 1.4
@@ -349,7 +349,7 @@
/**
- * @returns a pseudo-random {@link Double} greater
+ * @return a pseudo-random {@link Double} greater
* than or equal to 0.0 and less than 1.0
* @see Math#random()
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>