You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Cameron McKenzie (JIRA)" <ji...@apache.org> on 2014/10/28 22:13:34 UTC

[jira] [Closed] (CURATOR-156) A typo error in "PathCacheExample"

     [ https://issues.apache.org/jira/browse/CURATOR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cameron McKenzie closed CURATOR-156.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.7.0

> 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)