dlr 2003/06/25 12:31:16
Modified: src/java/org/apache/torque/util BasePeer.java
Log:
* src/java/org/apache/torque/util/BasePeer.java
doDelete(): Corrected spelling of "updating" in inline comment.
Revision Changes Path
1.71 +2 -2 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.70
retrieving revision 1.71
diff -u -u -r1.70 -r1.71
--- BasePeer.java 24 Jun 2003 12:33:41 -0000 1.70
+++ BasePeer.java 25 Jun 2003 19:31:16 -0000 1.71
@@ -494,7 +494,7 @@
{
// Only delete rows where the foreign key is
// also a primary key. Other rows need
- // updateing, but that is not implemented.
+ // updating, but that is not implemented.
if (columnMaps[j].isForeignKey()
&& columnMaps[j].isPrimaryKey()
&& key.equals(columnMaps[j].getRelatedName()))
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]