HBASE-14705 Javadoc for KeyValue constructor is not correct (Jean-Marc Spaggiari)

This commit is contained in:
Andrew Purtell 2015-10-27 14:39:03 -07:00
parent 16ff57bea9
commit dfa05284cf
1 changed files with 2 additions and 1 deletions

View File

@ -396,7 +396,8 @@ public class KeyValue implements Cell, HeapSize, Cloneable, SettableSequenceId,
}
/**
* Constructs KeyValue structure filled with null value.
* Constructs KeyValue structure as a put filled with specified values and
* LATEST_TIMESTAMP.
* @param row - row key (arbitrary byte array)
* @param family family name
* @param qualifier column qualifier