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:
Doug Meil 2011-08-03 12:17:19 +00:00
parent b41f705662
commit 026b437eff
1 changed files with 2 additions and 1 deletions

View File

@ -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
*/
public byte [] getRow() {