From c5a5a9eb1c792a0a904db05b7c5a93781f6af859 Mon Sep 17 00:00:00 2001 From: karlchenofhell Date: Sun, 22 Oct 2006 07:09:45 +0000 Subject: [PATCH] - patch for NullPointerException by Fuchs: see http://www.yacy-forum.de/viewtopic.php?p=27033#27033 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2840 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/yacy.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/yacy.java b/source/yacy.java index ddb89c211..86e06f9c4 100644 --- a/source/yacy.java +++ b/source/yacy.java @@ -766,13 +766,13 @@ public final class yacy { if (wordIdxContainer != null) try { wordIdxContainer = null; } catch (Exception e) {} } } + log.logInfo("current LURL DB contains " + currentUrlDB.size() + " entries."); + log.logInfo("mimimized LURL DB contains " + minimizedUrlDB.size() + " entries."); + currentUrlDB.close(); minimizedUrlDB.close(); wordIndex.close(600); - log.logInfo("current LURL DB contains " + currentUrlDB.size() + " entries."); - log.logInfo("mimimized LURL DB contains " + minimizedUrlDB.size() + " entries."); - // TODO: rename the mimimized UrlDB to the name of the previous UrlDB log.logInfo("FINISHED URL CLEANUP, WAIT FOR DUMP");