orbiter 18 years ago
parent e17fea7015
commit b062847797

@ -449,7 +449,7 @@ public class indexURL {
if (urlIndexCache.size() == 0) return; if (urlIndexCache.size() == 0) return;
synchronized (urlIndexCache) { synchronized (urlIndexCache) {
Iterator i = urlIndexCache.rows(true, false, null); Iterator i = urlIndexCache.rows(true, false, null);
try { if (i.hasNext()) try {
urlIndexFile.put((kelondroRow.Entry) i.next()); urlIndexFile.put((kelondroRow.Entry) i.next());
i.remove(); i.remove();
} catch (IOException e) { } catch (IOException e) {

Loading…
Cancel
Save