git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-22 12:59:35 +00:00
parent 253c8a06ab
commit a34768d3f8
2 changed files with 4 additions and 4 deletions

View 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){

View 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
*/