[
https://issues.apache.org/jira/browse/HBASE-13300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15731405#comment-15731405
]
Jan Hentschel commented on HBASE-13300:
---------------------------------------
[~enis] I've gone through the code base before making the patch. It seems that
both variations are used a lot. Within the *Mutations* classes the *Delete*
class uses the lowercase version.
{code:java}
Delete : public Delete setTimestamp(long timestamp)
{code}
But I'm fine to change it to the uppercase version in the *Mutations* classes
if this should be the version for consistency.
> Fix casing in getTimeStamp() and setTimestamp() for Mutations
> -------------------------------------------------------------
>
> Key: HBASE-13300
> URL: https://issues.apache.org/jira/browse/HBASE-13300
> Project: HBase
> Issue Type: Bug
> Components: API
> Affects Versions: 1.0.0
> Reporter: Lars George
> Assignee: Jan Hentschel
> Attachments: HBASE-13300.master.001.patch,
> HBASE-13300.master.002.patch
>
>
> For some reason we have two ways of writing this method. It should be
> consistent.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)