Skip to content

Commit

Permalink
fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
SteRiccio committed Dec 7, 2023
1 parent 8fb9dcf commit e546c3a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ class CodeListTest extends Specification {
changeEvents.add(node: node, changes: changes)
}


@Override
void onRecordEditLockChange(UiRecord uiRecord, boolean locked) {
// Do nothing
}
}
}

0 comments on commit e546c3a

Please sign in to comment.