You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/12/04 12:56:59 UTC

svn commit: r1717938 - /poi/trunk/src/java/org/apache/poi/ss/formula/eval/FunctionEval.java

Author: onealj
Date: Fri Dec  4 11:56:59 2015
New Revision: 1717938

URL: http://svn.apache.org/viewvc?rev=1717938&view=rev
Log:
javadocs

Modified:
    poi/trunk/src/java/org/apache/poi/ss/formula/eval/FunctionEval.java

Modified: poi/trunk/src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/eval/FunctionEval.java?rev=1717938&r1=1717937&r2=1717938&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/formula/eval/FunctionEval.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/formula/eval/FunctionEval.java Fri Dec  4 11:56:59 2015
@@ -55,7 +55,8 @@ public final class FunctionEval {
     protected static final Function[] functions = produceFunctions();
 
     /**
-     * @see https://www.openoffice.org/sc/excelfileformat.pdf
+     * See <a href="https://www.openoffice.org/sc/excelfileformat.pdf">Apache Open Office Excel File Format,
+     * Section 3.11 Built-In Sheet Functions</a>
      */
     private static Function[] produceFunctions() {
         Function[] retval = new Function[368];



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org