Skip to content

Commit

Permalink
Update javadoc for junit test 'storeObject_objectLockedIds_TwoThreads'
Browse files Browse the repository at this point in the history
  • Loading branch information
doulikecookiedough committed Jun 27, 2023
1 parent bfd8cfa commit 2425e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void storeObject_duplicate() throws Exception {

/**
* Tests that the `storeObject` method can store an object successfully with
* multiple threads (5). This test uses three futures (threads) that run
* multiple threads (5). This test uses five futures (threads) that run
* concurrently, all except one of which will encounter an `ExecutionException`.
* The thread that does not encounter an exception will store the given
* object, and verifies that the object is stored successfully.
Expand Down

0 comments on commit 2425e0a

Please sign in to comment.