Added final keyword
This commit is contained in:
parent
33c4736d39
commit
b2df43d6e5
@ -205,7 +205,7 @@ class BatchStore implements Batch {
|
||||
return result;
|
||||
}
|
||||
|
||||
private void setAllUnchanged() {
|
||||
private final void setAllUnchanged() {
|
||||
for (UpdatableRecord<?> record : records) {
|
||||
if (record instanceof AbstractRecord) {
|
||||
((AbstractRecord) record).setAllChanged(false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user