Author: nick
Date: Wed Sep 14 15:01:57 2016
New Revision: 1760719
URL: http://svn.apache.org/viewvc?rev=1760719&view=rev
Log:
Javadoc fix
Modified:
poi/trunk/src/java/org/apache/poi/ss/formula/functions/DStarRunner.java
Modified:
poi/trunk/src/java/org/apache/poi/ss/formula/functions/DStarRunner.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/functions/DStarRunner.java?rev=1760719&r1=1760718&r2=1760719&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/formula/functions/DStarRunner.java
(original)
+++ poi/trunk/src/java/org/apache/poi/ss/formula/functions/DStarRunner.java Wed
Sep 14 15:01:57 2016
@@ -131,8 +131,8 @@ public final class DStarRunner implement
*
*
* @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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]