Return this until/unless I tackle field sorting.

This commit is contained in:
Ray Greenwell
2010-03-03 17:04:16 +00:00
parent 37c348a305
commit 57e3cce8d0
@@ -6,5 +6,6 @@
{ {
return new Key<@record@>( return new Key<@record@>(
@record@.class, @record@.class,
new ColumnExp[] { @fieldNameList@ },
new Comparable[] { @argNameList@ }); new Comparable[] { @argNameList@ });
} }