]> source.dussan.org Git - poi.git/commitdiff
Fix 1.6ism from original patch
authorNick Burch <nick@apache.org>
Tue, 5 Feb 2013 10:00:43 +0000 (10:00 +0000)
committerNick Burch <nick@apache.org>
Tue, 5 Feb 2013 10:00:43 +0000 (10:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442521 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/formula/functions/EDate.java

index fbc08c068fc169e2945ac9c120dc9e127c442019..ca5778acb9ee2941e404831f6921c2697c5f74c5 100644 (file)
@@ -10,7 +10,6 @@ import java.util.Date;
 public class EDate implements FreeRefFunction {
     public static final FreeRefFunction instance = new EDate();
 
-    @Override
     public ValueEval evaluate(ValueEval[] args, OperationEvaluationContext ec) {
         if (args.length != 2) {
             return ErrorEval.VALUE_INVALID;