You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/02/08 11:55:00 UTC

[jira] [Updated] (ZOOKEEPER-4007) A typo in the ZKUtil#validateFileInput method

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

ASF GitHub Bot updated ZOOKEEPER-4007:
--------------------------------------
    Labels: pull-request-available  (was: )

> A typo in the ZKUtil#validateFileInput method
> ---------------------------------------------
>
>                 Key: ZOOKEEPER-4007
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4007
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>            Reporter: Ling Mao
>            Priority: Trivial
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Here direcory is a typo
> {code:java}
> if (file.isDirectory()) {
>     return "'" + file.getAbsolutePath() + "' is a direcory. it must be a file.";
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)