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:
Andreas Beeker 2016-06-12 00:20:52 +00:00
parent 81d891921b
commit f919e8bd8a

View File

@ -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() {