You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/09/14 15:01:57 UTC

svn commit: r1760719 - /poi/trunk/src/java/org/apache/poi/ss/formula/functions/DStarRunner.java

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: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org