Out vile extra space!

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1952 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-10-13 21:42:25 +00:00
parent cacfd18a8c
commit 13b914952d
@@ -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;