Browse Source

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
tags/REL_3_10_FINAL^2
Andreas Beeker 10 years ago
parent
commit
a6736fda98
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/java/org/apache/poi/ss/formula/functions/Countifs.java

+ 0
- 1
src/java/org/apache/poi/ss/formula/functions/Countifs.java 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) {

Loading…
Cancel
Save