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:
Zhihong Yu 2013-12-06 22:02:10 +00:00
parent bad7aa2d99
commit e2def0ce52
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ public class LabelExpander {
* @param columnOffset
* @param columnLength
* @param cellVisibilityExpr
* @return
* @return KeyValue from the cell visibility expr
* @throws IOException
* @throws BadTsvLineException
*/
@ -206,4 +206,4 @@ public class LabelExpander {
}
return kv;
}
}
}