tfischer 2005/06/01 14:05:03
Modified: src/java/org/apache/torque/util Transaction.java
SQLBuilder.java VillageUtils.java BasePeer.java
Log:
Fixed some javadoc bugs
Revision Changes Path
1.12 +2 -2
db-torque/src/java/org/apache/torque/util/Transaction.java
Index: Transaction.java
===================================================================
RCS file:
/home/cvs/db-torque/src/java/org/apache/torque/util/Transaction.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Transaction.java 31 Jan 2005 19:43:52 -0000 1.11
+++ Transaction.java 1 Jun 2005 21:05:03 -0000 1.12
@@ -180,7 +180,7 @@
* errors are logged at warn level.
*
* @param con The Connection for the transaction.
- * @see safeRollback
+ * @see rollback
*/
public static void safeRollback(Connection con)
{
1.5 +2 -2 db-torque/src/java/org/apache/torque/util/SQLBuilder.java
Index: SQLBuilder.java
===================================================================
RCS file:
/home/cvs/db-torque/src/java/org/apache/torque/util/SQLBuilder.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SQLBuilder.java 23 Apr 2005 18:43:40 -0000 1.4
+++ SQLBuilder.java 1 Jun 2005 21:05:03 -0000 1.5
@@ -629,7 +629,7 @@
* For example, if an alias "a" for the table AUTHOR is defined
* in the Criteria criteria, getTableNameForFromClause("a", criteria)
* returns "AUTHOR a".
- * @param tableOrAliasName the name of a table
+ * @param tableName the name of a table
* or the alias for a table
* @param criteria a criteria object to resolve a possible alias
* @return either the tablename itself if tableOrAliasName is not an
alias,
1.4 +3 -3
db-torque/src/java/org/apache/torque/util/VillageUtils.java
Index: VillageUtils.java
===================================================================
RCS file:
/home/cvs/db-torque/src/java/org/apache/torque/util/VillageUtils.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VillageUtils.java 8 May 2005 16:14:07 -0000 1.3
+++ VillageUtils.java 1 Jun 2005 21:05:03 -0000 1.4
@@ -157,10 +157,10 @@
/**
* Factored out setting of a Village Record column from a Criteria Key
*
- * @param Crit The Criteria
+ * @param crit The Criteria
* @param key The Criterion Key
* @param rec The Village Record
- * @parm colName The name of the Column in the Record
+ * @param colName The name of the Column in the Record
*/
public static final void setVillageValue(final Criteria crit,
final String key,
1.81 +3 -3 db-torque/src/java/org/apache/torque/util/BasePeer.java
Index: BasePeer.java
===================================================================
RCS file: /home/cvs/db-torque/src/java/org/apache/torque/util/BasePeer.java,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- BasePeer.java 31 Jan 2005 19:43:52 -0000 1.80
+++ BasePeer.java 1 Jun 2005 21:05:03 -0000 1.81
@@ -1399,7 +1399,7 @@
*
* @param criteria
* @param con
- * @return
+ * @return a List of Record objects.
* @throws TorqueException Error performing database query.
*/
public static List doPSSelect(Criteria criteria, Connection con)
@@ -1471,7 +1471,7 @@
* Do a Prepared Statement select according to the given criteria
*
* @param criteria
- * @return
+ * @return a List of Record objects.
* @throws TorqueException Any exceptions caught during processing will
be
* rethrown wrapped into a TorqueException.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]