[
https://issues.apache.org/jira/browse/HBASE-14705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977676#comment-14977676
]
Hudson commented on HBASE-14705:
--------------------------------
SUCCESS: Integrated in HBase-1.3-IT #277 (See
[https://builds.apache.org/job/HBase-1.3-IT/277/])
HBASE-14705 Javadoc for KeyValue constructor is not correct (Jean-Marc
(apurtell: rev 53a8ce5fabc10c17905053330fc287ab7876a5b9)
* hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValue.java
> 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
> Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16
>
> 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)