You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/10/28 08:47:33 UTC

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

    [ https://issues.apache.org/jira/browse/CURATOR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186532#comment-14186532 ] 

ASF GitHub Bot commented on CURATOR-156:
----------------------------------------

GitHub user sundapeng opened a pull request:

    https://github.com/apache/curator/pull/49

    CURATOR-156: A typo error in PathCacheExample

    A simple fix 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sundapeng/curator master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/curator/pull/49.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #49
    
----
commit 1c194b4262df96fcf7ed378c2001146abde2a65f
Author: sdapeng(Sun Dapeng) <da...@intel.com>
Date:   2014-10-28T07:43:18Z

    CURATOR-156: A typo error in PathCacheExample

----


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