Committed by
Gerrit Code Review
Remove a conditional branch that is not meaningful
The isolation level of TransactionalMap is repeatable read. Read values for the same key don't change during a transaction. The removed branch is never executed because the variable "before" is null. Change-Id: I5cd1f7a488e3585d5a1e92dd5b50d52261edf415
Showing
1 changed file
with
1 additions
and
6 deletions
-
Please register or login to post a comment