瀏覽代碼

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 年之前
父節點
當前提交
a6736fda98
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 查看文件

@@ -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…
取消
儲存