fixup to javadoc on Result by Leif Wickland from up on dev mailing list

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1096633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-04-25 23:27:22 +00:00
parent 676072656a
commit e7b8bd4ab0
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ public class Result implements Writable, WritableWithSize {
* Map of families to all versions of its qualifiers and values.
* <p>
* Returns a three level Map of the form:
* <code>Map<family,Map&lt;qualifier,Map&lt;timestamp,value>>></code>
* <code>Map&amp;family,Map&lt;qualifier,Map&lt;timestamp,value>>></code>
* <p>
* Note: All other map returning methods make use of this map internally.
* @return map from families to qualifiers to versions
@ -335,7 +335,7 @@ public class Result implements Writable, WritableWithSize {
/**
* Map of families to their most recent qualifiers and values.
* <p>
* Returns a two level Map of the form: <code>Map<family,Map&lt;qualifier,value>></code>
* Returns a two level Map of the form: <code>Map&amp;family,Map&lt;qualifier,value>></code>
* <p>
* The most recent version of each qualifier will be used.
* @return map from families to qualifiers and value