Skip to content

Commit

Permalink
Removed deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
thake committed Sep 15, 2020
1 parent 10ea01d commit df0ae78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ class TransactionConsolidator(
}

private fun refreshMinOpenScn() {
minOpenTransaction = openTransactions.values.minBy { it.minScn }
minOpenTransaction = openTransactions.values.minByOrNull { it.minScn }
}
}

0 comments on commit df0ae78

Please sign in to comment.