mirror of https://github.com/apache/poi.git
jdk 5 compiler doesn't support overwrite for interfaces ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1561406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4405461d5b
commit
a6736fda98
|
@ -33,7 +33,6 @@ import org.apache.poi.ss.formula.eval.ValueEval;
|
|||
public class Countifs implements FreeRefFunction {
|
||||
public static final FreeRefFunction instance = new Countifs();
|
||||
|
||||
@Override
|
||||
public ValueEval evaluate(ValueEval[] args, OperationEvaluationContext ec) {
|
||||
Double result = null;
|
||||
if (args.length == 0 || args.length % 2 > 0) {
|
||||
|
|
Loading…
Reference in New Issue