fix for last commit

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4177 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 7d57b80598
commit f8318436a1

@ -621,7 +621,6 @@ public class kelondroTree extends kelondroCachedRecords implements kelondroIndex
public kelondroRow.Entry remove(byte[] key, boolean keepOrder) throws IOException {
// keepOrder cannot have any effect: the order inside the database file cannot be maintained, but iteration over objects will always maintain the object order
// therefore keepOrder should be true, because the effect is always given, while the data structure does not maintain order
assert keepOrder == true;
// delete from database
synchronized(writeSearchObj) {
writeSearchObj.process(key);

Loading…
Cancel
Save