Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
reserveCommitDuration gets created as a Long and then stored as an Integer.
It is used as a Long and hence get reconverted back from Integer to Long.
Let's just leave it as a Long the whole time.