Skip to content

Commit

Permalink
CURATOR-717: Fix typo in CuratorCache Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pdolif committed Sep 29, 2024
1 parent 9fe79d8 commit c68b342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* <ul>
* <li>Pre-network partition the cache contains "/foo" and "/foo/bar"</li>
* <li>A network partition occurs and your Curator client loses connection to the server</li>
* <li>Image another client that isn't partitioned, deletes "/foo/bar" and then a third client re-creates "/foo/bar"</li>
* <li>Imagine another client that isn't partitioned, deletes "/foo/bar" and then a third client re-creates "/foo/bar"</li>
* <li>Your client's partition is fixed. The cache will only see <em>one</em> change - the third client's re-create</li>
* </ul>
*
Expand Down

0 comments on commit c68b342

Please sign in to comment.