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.

Reply via email to