pjfanning commented on a change in pull request #242:
URL: https://github.com/apache/poi/pull/242#discussion_r688779752
##########
File path: poi/src/main/java/org/apache/poi/ss/formula/functions/Baseifs.java
##########
@@ -40,7 +40,17 @@
* @return true if there should be a range argument before the criteria
pairs
*/
protected abstract boolean hasInitialRange();
-
+
+ /**
+ * Implements the details of a specific aggregation functions
+ */
+ protected static interface Aggregator {
+ void addValue(ValueEval d);
Review comment:
just commit the extra changes to your trunk branch and this PR will be
automatically updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]