[
https://issues.apache.org/jira/browse/CURATOR-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16713734#comment-16713734
]
ASF GitHub Bot commented on CURATOR-480:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/curator/pull/287
> 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)