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

Jordan Zimmerman resolved CURATOR-480.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.1.0

> org.apache.curator.x.async.modeled.details.ModeledFrameworkImpl.delete(int) 
> is not using version parameter
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: CURATOR-480
>                 URL: https://issues.apache.org/jira/browse/CURATOR-480
>             Project: Apache Curator
>          Issue Type: Bug
>            Reporter: Hendrik Haddorp
>            Assignee: Jordan Zimmerman
>            Priority: Major
>             Fix For: 4.1.0
>
>
> org.apache.curator.x.async.modeled.details.ModeledFrameworkImpl.delete(int) 
> is defined as:
> public AsyncStage<Void> delete(int version)
> {
>     return 
> dslClient.delete().withVersion(-1).forPath(modelSpec.path().fullPath());
> }
> Shouldn't the -1 be "version"?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to