Skip to content

Commit

Permalink
just a typo...
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1155 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
low012 committed Dec 3, 2005
1 parent 129b15f commit 90b0eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/de/anomic/plasma/plasmaCrawlStacker.java
Expand Up @@ -122,7 +122,7 @@ public void setPoolConfig(GenericObjectPool.Config newConfig) {

public void close() {
try {
this.log.logFine("Shutdown. Terminationg worker threads.");
this.log.logFine("Shutdown. Terminating worker threads.");
if (this.theWorkerPool != null) this.theWorkerPool.close();
} catch (Exception e1) {
this.log.logSevere("Unable to shutdown all remaining stackCrawl threads", e1);
Expand Down Expand Up @@ -863,4 +863,4 @@ private void execute() {
}
}

}
}

0 comments on commit 90b0eb1

Please sign in to comment.