[
https://issues.apache.org/jira/browse/HBASE-14705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14976781#comment-14976781
]
Stephen Yuan Jiang commented on HBASE-14705:
--------------------------------------------
LGTM
> Javadoc for KeyValue constructor is not correct.
> ------------------------------------------------
>
> Key: HBASE-14705
> URL: https://issues.apache.org/jira/browse/HBASE-14705
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.1.2
> Reporter: Jean-Marc Spaggiari
> Assignee: Jean-Marc Spaggiari
> Priority: Minor
> Attachments: HBASE-14705-trunk.patch
>
>
> {code}
> /**
> * Constructs KeyValue structure filled with null value.
> * @param row - row key (arbitrary byte array)
> * @param family family name
> * @param qualifier column qualifier
> */
> public KeyValue(final byte [] row, final byte [] family,
> final byte [] qualifier, final byte [] value) {
> this(row, family, qualifier, HConstants.LATEST_TIMESTAMP, Type.Put,
> value);
> }
> {code}
> Value is not filled with null.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)