SOLR-3122: do not interrupt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-02-11 21:03:46 +00:00
parent 5c50bf4c65
commit 2fc6800bdf
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ public class RecoveryStrategy extends Thread {
// make sure any threads stop retrying
public void close() {
close = true;
interrupt();
}