Github user cconroy commented on a diff in the pull request:

    https://github.com/apache/curator/pull/17#discussion_r15123789
  
    --- Diff: 
curator-client/src/main/java/org/apache/curator/utils/ZKPaths.java ---
    @@ -112,6 +113,34 @@ public static PathAndNode getPathAndNode(String path)
         }
     
         /**
    +     * Given a full path, return the the individual parts, without slashes.
    +     * The root path will return an empty list.
    +     *
    +     * @param path the path
    +     * @return an array of parts
    +     */
    +    public static List<String> split(String path)
    --- End diff --
    
    this looks fine, but use a guava splitter instead?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to