[jOOQ/jOOQ#8924] Accidental tab/spaces mix
This commit is contained in:
parent
13c1ac8a37
commit
287b7525df
@ -353,10 +353,10 @@ public class UpdatableRecordImpl<R extends UpdatableRecord<R>> extends TableReco
|
||||
return Tools.newRecord(false, getTable(), configuration())
|
||||
.operate(new RecordOperation<R, RuntimeException>() {
|
||||
|
||||
@Override
|
||||
@Override
|
||||
public R operate(R copy) throws RuntimeException {
|
||||
|
||||
// Copy all fields. This marks them all as isChanged, which is important
|
||||
// Copy all fields. This marks them all as isChanged, which is important
|
||||
List<TableField<R, ?>> key = getPrimaryKey().getFields();
|
||||
for (Field<?> field : fields.fields.fields)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user