fixed iterator

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

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

Loading…
Cancel
Save