Uploaded image for project: 'Apache Curator'
  1. Apache Curator
  2. CURATOR-156

A typo error in "PathCacheExample"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.7.0
    • None
    • None

    Description

      PathCacheExample.java
               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();
           }
      

      Attachments

        1. CURATOR-156.patch
          0.9 kB
          Dapeng Sun

        Activity

          People

            randgalt Jordan Zimmerman
            dapengsun Dapeng Sun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: