No longer lazily initialized.

This commit is contained in:
Ray Greenwell
2011-02-10 17:28:39 +00:00
parent 5c52a84916
commit d59717d025
@@ -151,9 +151,6 @@ public class DepotMarshaller<T extends PersistentRecord> implements QueryMarshal
// check to see if this is our primary key
if (field.getAnnotation(Id.class) != null) {
if (_pkColumns == null) {
_pkColumns = Lists.newArrayList();
}
_pkColumns.add(fm);
}