henning 2004/09/07 02:45:16
Modified: src/generator/src/templates/om Tag: TORQUE_3_1_BRANCH
Peer.vm
Log:
Remove a few stray tabs
Revision Changes Path
No revision
No revision
1.5.2.8 +4 -4 db-torque/src/generator/src/templates/om/Peer.vm
Index: Peer.vm
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/templates/om/Peer.vm,v
retrieving revision 1.5.2.7
retrieving revision 1.5.2.8
diff -u -r1.5.2.7 -r1.5.2.8
--- Peer.vm 7 Sep 2004 09:42:31 -0000 1.5.2.7
+++ Peer.vm 7 Sep 2004 09:45:16 -0000 1.5.2.8
@@ -283,7 +283,7 @@
setDbName(criteria);
- if (con == null)
+ if (con == null)
{
return BasePeer.doInsert(criteria);
}
@@ -470,7 +470,7 @@
setDbName(criteria);
- // BasePeer returns a List of Value (Village) arrays. The array
+ // BasePeer returns a List of Value (Village) arrays. The array
// order follows the order columns were placed in the Select clause.
if (con == null)
{
@@ -652,7 +652,7 @@
setDbName(criteria);
- if (con == null)
+ if (con == null)
{
BasePeer.doUpdate(selectCriteria, criteria);
}
@@ -1516,7 +1516,7 @@
private static void setDbName(Criteria crit)
{
- // Set the correct dbName if it has not been overridden
+ // Set the correct dbName if it has not been overridden
// crit.getDbName will return the same object if not set to
// another value so == check is okay and faster
if (crit.getDbName() == Torque.getDefaultDB())
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]