]> source.dussan.org Git - poi.git/commitdiff
Common-SS: changed UDFFinder from interface to abstract class
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Jun 2016 00:20:52 +0000 (00:20 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Jun 2016 00:20:52 +0000 (00:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747943 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/formula/udf/UDFFinder.java

index 46d754540ee333ae79ecf1b09a9fd200723e2d7d..4086f73348a46c3e98e566e8a2c2b0b235f1ec5e 100644 (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() {