patch for strange bug reported by email

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2625 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 5c6251bced
commit 807756150e

@ -103,8 +103,8 @@ public class kelondroMap {
Map map;
while (it.hasNext()) {
key = (String) it.next();
// System.out.println("kelondroMap: enumerating key " + key);
map = get(key);
if (map == null) break;
if (sortfields != null) for (int i = 0; i < sortfields.length; i++) {
value = (String) map.get(sortfields[i]);

Loading…
Cancel
Save