[
https://issues.apache.org/jira/browse/CURATOR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187481#comment-14187481
]
ASF GitHub Bot commented on CURATOR-156:
----------------------------------------
Github user cammckenzie commented on the pull request:
https://github.com/apache/curator/pull/49#issuecomment-60832814
Thanks for the patch!
> A typo error in "PathCacheExample"
> ----------------------------------
>
> Key: CURATOR-156
> URL: https://issues.apache.org/jira/browse/CURATOR-156
> Project: Apache Curator
> Issue Type: Bug
> Reporter: Dapeng Sun
> Assignee: Jordan Zimmerman
> Fix For: 2.7.0
>
> Attachments: CURATOR-156.patch
>
>
> {code:title=PathCacheExample.java|borderStyle=solid}
> 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();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)