Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Oct 31, 2017
1 parent 68c4eab commit 97bb3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private FixedBitSet getBitArrayForSeqNo(final long seqNo) {
if (processedSeqNo.indexExists(index) == false) {
processedSeqNo.indexInsert(index, bitArrayKey, new FixedBitSet(bitArraysSize));
}
return processedSeqNo.indexGet(index);
return processedSeqNo.get(bitArrayKey);
}

/**
Expand Down

0 comments on commit 97bb3ca

Please sign in to comment.