mirror of https://github.com/apache/poi.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
253c8a06ab
commit
a34768d3f8
|
@ -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){
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue