*) bugfix for Nullpointerexception

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3594 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 18 years ago
parent 29fe2beac7
commit 63a004abff

@ -114,6 +114,7 @@ public class indexCollectionRI implements indexRI {
public Object next() {
Object[] oo = (Object[]) wci.next();
if (oo == null) return null;
byte[] key = (byte[]) oo[0];
kelondroRowSet collection = (kelondroRowSet) oo[1];
if (collection == null) return null;

Loading…
Cancel
Save