another consistency check

This commit is contained in:
Maxim.Mossienko
2012-06-06 21:05:29 +04:00
parent 5bfa04452c
commit adc70aa626
@@ -180,6 +180,8 @@ public class PersistentHashMapValueStorage {
}
}
if (prevChunkAddress >= chunk) throw new PersistentEnumeratorBase.CorruptedException(myFile);
chunk = prevChunkAddress;
chunkCount++;
if (result.length > mySize) {