HBASE-14705 Javadoc for KeyValue constructor is not correct (Jean-Marc Spaggiari)
This commit is contained in:
parent
16ff57bea9
commit
dfa05284cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue