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

    
https://github.com/apache/incubator-distributedlog/pull/130#discussion_r121047018
  
    --- Diff: 
distributedlog-core/src/main/java/org/apache/distributedlog/util/Utils.java ---
    @@ -635,4 +636,16 @@ public static String getParent(final String path) {
             return path.substring(0, lastIndex);
         }
     
    +    /**
    +     * Validate the provided {@code logName}.
    +     *
    +     * @param logName name of the log
    +     * @throws InvalidStreamNameException if the name of the log is not 
valid.
    +     */
    +    public static void validateLogName(String logName) throws 
InvalidStreamNameException {
    --- End diff --
    
    whats going on here?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to