jniewerth commented on a change in pull request #242:
URL: https://github.com/apache/poi/pull/242#discussion_r688777017



##########
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:
       Thank you very much for reviewing and the comments. I fixed the 
whitespace and made the tests pass. Should I issue a new PR?




-- 
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]

Reply via email to