Skip to content

Commit

Permalink
CURATOR-717: Fix typo in CuratorCache Javadoc (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdolif authored Oct 18, 2024
1 parent 07583f8 commit 6a27ff0
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 6a27ff0

Please sign in to comment.