Common-SS: changed UDFFinder from interface to abstract class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81d891921b
commit
f919e8bd8a
@ -21,7 +21,7 @@ import org.apache.poi.ss.formula.atp.AnalysisToolPak;
|
||||
import org.apache.poi.ss.formula.functions.FreeRefFunction;
|
||||
|
||||
/**
|
||||
* Common interface for "Add-in" libraries and user defined function libraries.
|
||||
* Common abstract class for "Add-in" libraries and user defined function libraries.
|
||||
*/
|
||||
public abstract class UDFFinder {
|
||||
public static UDFFinder getDefault() {
|
||||
|
Loading…
Reference in New Issue
Block a user