just a typo...

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1155 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 20 years ago
parent 129b15f3e1
commit 90b0eb144e

@ -122,7 +122,7 @@ public final class plasmaCrawlStacker {
public void close() { public void close() {
try { try {
this.log.logFine("Shutdown. Terminationg worker threads."); this.log.logFine("Shutdown. Terminating worker threads.");
if (this.theWorkerPool != null) this.theWorkerPool.close(); if (this.theWorkerPool != null) this.theWorkerPool.close();
} catch (Exception e1) { } catch (Exception e1) {
this.log.logSevere("Unable to shutdown all remaining stackCrawl threads", e1); this.log.logSevere("Unable to shutdown all remaining stackCrawl threads", e1);

Loading…
Cancel
Save