mirror of https://github.com/apache/poi.git
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f0230acd1
commit
ec55aceeca
|
@ -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 db
|
||||
* @return
|
||||
* @param db Database
|
||||
* @return Corresponding column number.
|
||||
* @throws EvaluationException
|
||||
*/
|
||||
private static int getColumnForName(ValueEval nameValueEval, AreaEval db)
|
||||
|
|
Loading…
Reference in New Issue