You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2015/03/19 16:32:38 UTC

[jira] [Created] (HBASE-13288) Fix naming of parameter in Delete constructor

Lars George created HBASE-13288:
-----------------------------------

             Summary: Fix naming of parameter in Delete constructor
                 Key: HBASE-13288
                 URL: https://issues.apache.org/jira/browse/HBASE-13288
             Project: HBase
          Issue Type: Bug
          Components: API
    Affects Versions: 1.0.0
            Reporter: Lars George


We have these two variants:

{code}
Delete(byte[] row, long timestamp)
Delete(final byte[] rowArray, final int rowOffset, final int rowLength, long ts)
{code}

Both should use {{timestamp}} as the parameter name, not this mix.



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