Skip to content

Commit

Permalink
Ids of read entries can now be added to a transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Hafner committed Dec 26, 2024
1 parent 483c52f commit 61d75b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ public void acquireLockable( Lockable lockable, Lockable.LockType lockType ) {
lockable.acquire( this, lockType );
lockedEntities.add( lockable );
}



@Override
public void addReadEntity( VersionedEntryIdentifier identifier ) {
readSet.add( identifier );
Expand Down

0 comments on commit 61d75b0

Please sign in to comment.