fixed iterator

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1294 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 33f8920e1c
commit a125fee9ce

@ -153,8 +153,7 @@ public class kelondroSplittedTree implements kelondroIndex {
}
public Iterator rows(boolean up, boolean rotating) throws IOException {
// TODO Auto-generated method stub
return null;
return new ktfsIterator(up, rotating);
}
public class ktfsIterator implements Iterator {

Loading…
Cancel
Save