small bugfix in kelondroTree

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1097 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 9d9a87f445
commit 022530df7e

@ -917,6 +917,7 @@ public class kelondroTree extends kelondroRecords implements Comparator, kelondr
if (visitedNodeHandles.contains(childHandle)) {
// try to repair the nextNode
nextNode.setOHHandle(childtype, null);
nextNode.commit(CP_NONE);
logWarning("nodeIterator.next: internal loopback; fixed loop and try to go on");
break;
}

Loading…
Cancel
Save