Author: kiwiwings
Date: Sat Jan 25 21:56:08 2014
New Revision: 1561406
URL: http://svn.apache.org/r1561406
Log:
jdk 5 compiler doesn't support overwrite for interfaces ...
Modified:
poi/trunk/src/java/org/apache/poi/ss/formula/functions/Countifs.java
Modified: poi/trunk/src/java/org/apache/poi/ss/formula/functions/Countifs.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/functions/Countifs.java?rev=1561406&r1=1561405&r2=1561406&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/formula/functions/Countifs.java
(original)
+++ poi/trunk/src/java/org/apache/poi/ss/formula/functions/Countifs.java Sat
Jan 25 21:56:08 2014
@@ -33,7 +33,6 @@ import org.apache.poi.ss.formula.eval.Va
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) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]