fixed missing close

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@94 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 20 years ago
parent 4b9982e2b2
commit 10a4a2741d

@ -172,6 +172,7 @@ public class plasmaWordIndexCache implements plasmaWordIndexInterface {
} }
} }
} }
dumpStack.close();
log.logSystem("dumped " + urlcount + " word/url relations in " + ((System.currentTimeMillis() - startTime) / 1000) + " seconds"); 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"); log.logSystem("restored " + cache.size() + " words in " + ((System.currentTimeMillis() - startTime) / 1000) + " seconds");
return urlCount; return urlCount;
} }

@ -1,2 +1,2 @@
#plasmaParser configuration file #plasmaParser configuration file
#Sun May 08 00:07:28 CEST 2005 #Sun May 08 22:26:31 CEST 2005

Loading…
Cancel
Save