Repository: curator Updated Branches: refs/heads/master 5e9ccdeda -> 1c194b426
CURATOR-156: A typo error in PathCacheExample Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/1c194b42 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1c194b42 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1c194b42 Branch: refs/heads/master Commit: 1c194b4262df96fcf7ed378c2001146abde2a65f Parents: 5e9ccde Author: sdapeng(Sun Dapeng) <[email protected]> Authored: Tue Oct 28 15:43:18 2014 +0800 Committer: sdapeng(Sun Dapeng) <[email protected]> Committed: Tue Oct 28 15:43:18 2014 +0800 ---------------------------------------------------------------------- curator-examples/src/main/java/cache/PathCacheExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/1c194b42/curator-examples/src/main/java/cache/PathCacheExample.java ---------------------------------------------------------------------- diff --git a/curator-examples/src/main/java/cache/PathCacheExample.java b/curator-examples/src/main/java/cache/PathCacheExample.java index bec8093..7c25ec1 100644 --- a/curator-examples/src/main/java/cache/PathCacheExample.java +++ b/curator-examples/src/main/java/cache/PathCacheExample.java @@ -240,7 +240,7 @@ public class PathCacheExample System.out.println("An example of using PathChildrenCache. This example is driven by entering commands at the prompt:\n"); System.out.println("set <name> <value>: Adds or updates a node with the given name"); System.out.println("remove <name>: Deletes the node with the given name"); - System.out.println("delete: List the nodes/values in the cache"); + System.out.println("list: List the nodes/values in the cache"); System.out.println("quit: Quit the example"); System.out.println(); }
