removed confusing method

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1339 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent a603b1f5bc
commit 3d7c8aaeae

@ -214,11 +214,6 @@ public final class plasmaWordIndexAssortmentCluster {
return record;
}
public Iterator hashConjunction(String startWordHash, boolean up) {
// Old convention implies rot = true
return hashConjunction(startWordHash, up, true);
}
public Iterator hashConjunction(String startWordHash, boolean up, boolean rot) {
HashSet iterators = new HashSet();
//if (rot) System.out.println("WARNING: kelondroMergeIterator does not work correctly when individual iterators rotate on their own!");

Loading…
Cancel
Save