henning 2004/10/20 15:50:22
Modified: src/generator/src/templates/om Tag: TORQUE_3_1_BRANCH
Object.vm ObjectWithManager.vm
Log:
Remove a few tabs from the templates that have sneaked in somehow...
Revision Changes Path
No revision
No revision
1.7.2.9 +2 -2 db-torque/src/generator/src/templates/om/Object.vm
Index: Object.vm
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/templates/om/Object.vm,v
retrieving revision 1.7.2.8
retrieving revision 1.7.2.9
diff -u -r1.7.2.8 -r1.7.2.9
--- Object.vm 20 Oct 2004 21:43:18 -0000 1.7.2.8
+++ Object.vm 20 Oct 2004 22:50:22 -0000 1.7.2.9
@@ -1455,8 +1455,8 @@
#foreach ($col in $table.Columns)
#if ($col.isPrimaryKey())
#if($col.Primitive)
- #set ($fktype = $col.JavaNative)
- #set ($casttype = "")
+ #set ($fktype = $col.JavaNative)
+ #set ($casttype = "")
#if ($fktype == "short")
#set ($casttype = "(short)")
#elseif($fktype == "byte")
1.5.2.7 +2 -2 db-torque/src/generator/src/templates/om/ObjectWithManager.vm
Index: ObjectWithManager.vm
===================================================================
RCS file: /home/cvs/db-torque/src/generator/src/templates/om/ObjectWithManager.vm,v
retrieving revision 1.5.2.6
retrieving revision 1.5.2.7
diff -u -r1.5.2.6 -r1.5.2.7
--- ObjectWithManager.vm 20 Oct 2004 21:43:18 -0000 1.5.2.6
+++ ObjectWithManager.vm 20 Oct 2004 22:50:22 -0000 1.5.2.7
@@ -1426,8 +1426,8 @@
#foreach ($col in $table.Columns)
#if ($col.isPrimaryKey())
#if($col.Primitive)
- #set ($fktype = $col.JavaNative)
- #set ($casttype = "")
+ #set ($fktype = $col.JavaNative)
+ #set ($casttype = "")
#if ($fktype == "short")
#set ($casttype = "(short)")
#elseif($fktype == "byte")
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]