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:
Andreas Beeker 2014-01-25 21:56:08 +00:00
parent d2687261e3
commit 474c4eec6a
1 changed files with 0 additions and 1 deletions

View File

@ -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) {