You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2016/06/12 00:20:53 UTC

svn commit: r1747943 - in /poi: site/src/documentation/content/xdocs/status.xml trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java

Author: kiwiwings
Date: Sun Jun 12 00:20:52 2016
New Revision: 1747943

URL: http://svn.apache.org/viewvc?rev=1747943&view=rev
Log:
Common-SS: changed UDFFinder from interface to abstract class

Modified:
    poi/site/src/documentation/content/xdocs/status.xml
    poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1747943&r1=1747942&r2=1747943&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sun Jun 12 00:20:52 2016
@@ -40,6 +40,7 @@
     </devs>
 
     <release version="3.15-beta2" date="2016-07-??">
+        <action dev="PD" type="fix">Common-SS: changed UDFFinder from interface to abstract class</action>
         <action dev="PD" type="add" fixes-bug="57838">Remove related cell-comments when removing a row</action>
         <action dev="PD" type="add">Initial steps to allow to compile against Java 9</action>
         <action dev="PD" type="fix" fixes-bug="57840">XSSF: 30% faster formula evaluation</action>

Modified: poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java?rev=1747943&r1=1747942&r2=1747943&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/formula/udf/UDFFinder.java Sun Jun 12 00:20:52 2016
@@ -21,7 +21,7 @@ import org.apache.poi.ss.formula.atp.Ana
 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() {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org