Out vile extra space!

This commit is contained in:
Michael Bayne
2006-10-13 21:42:25 +00:00
parent 93bbbf06a9
commit 2fabde7b1c
@@ -397,7 +397,7 @@ public class DepotMarshaller<T>
// TODO: handle primary key, nullable fields specially?
PreparedStatement pstmt = conn.prepareStatement(insert.toString());
int idx = 0;
for (String field : _columnFields) {
for (String field : _columnFields) {
_fields.get(field).setValue(po, pstmt, ++idx);
}
return pstmt;