From 10a4a2741de1e9951882c0613b72c1f2284def39 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 8 May 2005 20:39:11 +0000 Subject: [PATCH] fixed missing close git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@94 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaWordIndexCache.java | 2 ++ yacy.parser | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaWordIndexCache.java b/source/de/anomic/plasma/plasmaWordIndexCache.java index f2be090d5..0d6da66fb 100644 --- a/source/de/anomic/plasma/plasmaWordIndexCache.java +++ b/source/de/anomic/plasma/plasmaWordIndexCache.java @@ -172,6 +172,7 @@ public class plasmaWordIndexCache implements plasmaWordIndexInterface { } } } + dumpStack.close(); log.logSystem("dumped " + urlcount + " word/url relations in " + ((System.currentTimeMillis() - startTime) / 1000) + " seconds"); } @@ -211,6 +212,7 @@ public class plasmaWordIndexCache implements plasmaWordIndexInterface { } } } + dumpStack.close(); log.logSystem("restored " + cache.size() + " words in " + ((System.currentTimeMillis() - startTime) / 1000) + " seconds"); return urlCount; } diff --git a/yacy.parser b/yacy.parser index a0e4bc054..47a600f8d 100644 --- a/yacy.parser +++ b/yacy.parser @@ -1,2 +1,2 @@ #plasmaParser configuration file -#Sun May 08 00:07:28 CEST 2005 +#Sun May 08 22:26:31 CEST 2005