[
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)