mirror of https://github.com/apache/poi.git
Fix 1.6ism from original patch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1442521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3460c45bc3
commit
76edd0fc3f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue