seade 2004/09/07 05:24:33
Modified: src/generator/src/templates/om Peer.vm
Log:
Stray tabs. Again thanks to Henning for spotting these.
Revision Changes Path
1.11 +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.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Peer.vm 7 Sep 2004 12:20:44 -0000 1.10
+++ Peer.vm 7 Sep 2004 12:24:33 -0000 1.11
@@ -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]