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

[jira] [Resolved] (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 ]

Ling Mao resolved ZOOKEEPER-4007.
---------------------------------
    Fix Version/s: 3.8.0
       Resolution: Fixed

> 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
>             Fix For: 3.8.0
>
>          Time Spent: 0.5h
>  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)