Skip to content

Commit

Permalink
Issue #7756 was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Sep 21, 2017
1 parent a7d1daa commit 72265e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public void init() throws IOException {
@SuppressWarnings("NullableProblems")
@Override
public int compareTo(OLogSegment other) {
final long otherOrder = ((OLogSegmentV1) other).order;
final long otherOrder = other.getOrder();

if (order > otherOrder)
return 1;
Expand Down

0 comments on commit 72265e0

Please sign in to comment.