tfischer 2005/06/01 14:06:31
Modified: src/java/org/apache/torque/adapter DBDerby.java
Log:
Fixed some javadoc bugs
Revision Changes Path
1.3 +3 -3 db-torque/src/java/org/apache/torque/adapter/DBDerby.java
Index: DBDerby.java
===================================================================
RCS file:
/home/cvs/db-torque/src/java/org/apache/torque/adapter/DBDerby.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBDerby.java 31 Jan 2005 19:43:55 -0000 1.2
+++ DBDerby.java 1 Jun 2005 21:06:31 -0000 1.3
@@ -40,7 +40,7 @@
/**
* This method is used to ignore case.
*
- * @param in The string to transform to upper case.
+ * @param str The string to transform to upper case.
* @return The upper case string.
*/
public String toUpperCase(String str)
@@ -54,7 +54,7 @@
/**
* This method is used to ignore case.
*
- * @param in The string whose case to ignore.
+ * @param str The string whose case to ignore.
* @return The string in a case that can be ignored.
*/
public String ignoreCase(String str)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]