Skip to content

Commit

Permalink
Update ReadWriteBackingMapTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamanho authored Sep 25, 2024
1 parent 48931bb commit 2adb74a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,10 @@ public Object process(Entry entry)
}
finally
{
if (store instanceof TestNonBlockingStore)
{
((TestNonBlockingStore) store).shutdownExecutorService();
}
cache.destroy();
}
}
Expand Down

0 comments on commit 2adb74a

Please sign in to comment.