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
d2687261e3
commit
474c4eec6a
@ -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
Block a user