Skip to content

Commit

Permalink
undo changes to isolationLevels.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Nov 20, 2023
1 parent 7a0a1ae commit 6c1b78c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ sealed trait IsolationLevel {
*/
case object Serializable extends IsolationLevel

val x = 5 // some change 5

/**
* This isolation level will ensure snapshot isolation consistency guarantee between write
* operations only. In other words, if only the write operations are considered, then
Expand Down

0 comments on commit 6c1b78c

Please sign in to comment.