Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-09-14 15:01:57 +00:00
parent 5fc5680d15
commit 41b0462f50
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ public final class DStarRunner implements Function3Arg {
* *
* *
* @param nameValueEval Must not be a RefEval or AreaEval. Thus make sure resolveReference() is called on the value first! * @param nameValueEval Must not be a RefEval or AreaEval. Thus make sure resolveReference() is called on the value first!
* @param db * @param db Database
* @return * @return Corresponding column number.
* @throws EvaluationException * @throws EvaluationException
*/ */
private static int getColumnForName(ValueEval nameValueEval, AreaEval db) private static int getColumnForName(ValueEval nameValueEval, AreaEval db)