HBASE-4149 - javadoc patch on getRow
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1153462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b41f705662
commit
026b437eff
|
@ -109,7 +109,8 @@ public class Result implements Writable, WritableWithSize {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method for retrieving the row that this result is for
|
* Method for retrieving the row key that corresponds to
|
||||||
|
* the row from which this Result was created.
|
||||||
* @return row
|
* @return row
|
||||||
*/
|
*/
|
||||||
public byte [] getRow() {
|
public byte [] getRow() {
|
||||||
|
|
Loading…
Reference in New Issue