[jOOQ/jOOQ#8924] Accidental tab/spaces mix

This commit is contained in:
Lukas Eder 2019-07-10 14:00:55 +02:00
parent 13c1ac8a37
commit 287b7525df

View File

@ -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)