HBASE-10099 javadoc warning introduced by LabelExpander 188: warning - @return tag has no arguments
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bad7aa2d99
commit
e2def0ce52
|
@ -181,7 +181,7 @@ public class LabelExpander {
|
||||||
* @param columnOffset
|
* @param columnOffset
|
||||||
* @param columnLength
|
* @param columnLength
|
||||||
* @param cellVisibilityExpr
|
* @param cellVisibilityExpr
|
||||||
* @return
|
* @return KeyValue from the cell visibility expr
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* @throws BadTsvLineException
|
* @throws BadTsvLineException
|
||||||
*/
|
*/
|
||||||
|
@ -206,4 +206,4 @@ public class LabelExpander {
|
||||||
}
|
}
|
||||||
return kv;
|
return kv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue