]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorPJ Fanning <fanningpj@apache.org>
Fri, 22 Oct 2021 12:59:35 +0000 (12:59 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 22 Oct 2021 12:59:35 +0000 (12:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894476 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/formula/atp/AnalysisToolPak.java
poi/src/main/java/org/apache/poi/ss/formula/eval/FunctionEval.java

index 8768cb66783acc5f7119f4b8cc2e2226658dbedb..afaa1eec0eeebab814170001e009ad2ee963b625 100644 (file)
@@ -237,11 +237,11 @@ public final class AnalysisToolPak implements UDFFinder {
     }
 
     /**
-     * Register a ATP function in runtime.
+     * Register an ATP function in runtime.
      *
      * @param name  the function name
-     * @param func  the functoin to register
-     * @throws IllegalArgumentException if the function is unknown or already  registered.
+     * @param func  the function to register
+     * @throws IllegalArgumentException if the function is unknown or already registered.
      * @since 3.8 beta6
      */
     public static void registerFunction(String name, FreeRefFunction func){
index f79825f930bf24c9a833caf4cc2ad45b8f05af34..f1a4ff717b37611cc8d188135b36583efd25cd9a 100644 (file)
@@ -374,7 +374,7 @@ public final class FunctionEval {
      * Register a new function in runtime.
      *
      * @param name  the function name
-     * @param func  the functoin to register
+     * @param func  the function to register
      * @throws IllegalArgumentException if the function is unknown or already  registered.
      * @since 3.8 beta6
      */