You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/08/13 00:22:14 UTC

[jira] Updated: (HBASE-1763) Put writeToWAL methods do not have proper getter/setter names

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

Jonathan Gray updated HBASE-1763:
---------------------------------

    Attachment: HBASE-1763-v1.patch

> Put writeToWAL methods do not have proper getter/setter names
> -------------------------------------------------------------
>
>                 Key: HBASE-1763
>                 URL: https://issues.apache.org/jira/browse/HBASE-1763
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1763-v1.patch
>
>
> Put.writeToWAL() is the getter, and Put.writeToWAL(boolean) is the setter.
> Should be:  Put.getWriteToWAL() returning boolean and Put.setWriteToWAL(boolean)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.