Skip to content

Commit

Permalink
Remove use of Thread.stop from test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Apr 27, 2024
1 parent 5d22930 commit f0ae450
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1372,11 +1372,7 @@ public void run() {
th.join(5000);
assertFalse(th.isAlive());
} finally {
try {
th.stop();
} finally {
fIndex.releaseReadLock();
}
fIndex.releaseReadLock();
}
}

Expand Down

0 comments on commit f0ae450

Please sign in to comment.