Skip to content

Commit 6a27ff0

Browse files
authored
CURATOR-717: Fix typo in CuratorCache Javadoc (apache#507)
1 parent 07583f8 commit 6a27ff0

File tree

1 file changed

+1
-1
lines changed
  • curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache

1 file changed

+1
-1
lines changed

curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/CuratorCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* <ul>
4040
* <li>Pre-network partition the cache contains "/foo" and "/foo/bar"</li>
4141
* <li>A network partition occurs and your Curator client loses connection to the server</li>
42-
* <li>Image another client that isn't partitioned, deletes "/foo/bar" and then a third client re-creates "/foo/bar"</li>
42+
* <li>Imagine another client that isn't partitioned, deletes "/foo/bar" and then a third client re-creates "/foo/bar"</li>
4343
* <li>Your client's partition is fixed. The cache will only see <em>one</em> change - the third client's re-create</li>
4444
* </ul>
4545
*

0 commit comments

Comments
 (0)