You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Mridul Verma (JIRA)" <ji...@apache.org> on 2016/12/31 07:43:58 UTC

[jira] [Created] (CURATOR-372) CompressionProvider Function Signatures should not include the path

Mridul Verma created CURATOR-372:
------------------------------------

             Summary: CompressionProvider Function Signatures should not include the path
                 Key: CURATOR-372
                 URL: https://issues.apache.org/jira/browse/CURATOR-372
             Project: Apache Curator
          Issue Type: Task
          Components: Framework
            Reporter: Mridul Verma
            Priority: Trivial


Currently in Curator-Framework in Compression Provider, we 
{code}
compress(String path, byte[] data)
{code}

we use the path, but the `path` is not required for this functionality.
So we should clean this up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)