From 37c348a305aa7610b13f4fde5124bf4c955c1d22 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 3 Mar 2010 03:59:02 +0000 Subject: [PATCH] I might get my head chopped off for this one, but presumably the generated Key construction code "knows what it's doing" and can call the optimized Key constructor. We can rollback if I'm missing something. --- src/java/com/samskivert/depot/tools/record_key.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/samskivert/depot/tools/record_key.tmpl b/src/java/com/samskivert/depot/tools/record_key.tmpl index 84a604a..5b528b1 100644 --- a/src/java/com/samskivert/depot/tools/record_key.tmpl +++ b/src/java/com/samskivert/depot/tools/record_key.tmpl @@ -6,6 +6,5 @@ { return new Key<@record@>( @record@.class, - new ColumnExp[] { @fieldNameList@ }, new Comparable[] { @argNameList@ }); }