[
https://issues.apache.org/jira/browse/CURATOR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dapeng Sun updated CURATOR-156:
-------------------------------
Description:
{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}
> 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
> 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)