removed wrong assert

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7069 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 3197ca42ed
commit d1be64d491

@ -399,7 +399,6 @@ public class MapDataMining extends MapHeap {
Log.logException(e);
continue;
}
assert map != null;
if (map == null) continue; // circumvention of a modified exception
map.put("key", new String(nextKey));
return map;

Loading…
Cancel
Save