mirror of https://github.com/apache/poi.git
changed "extends DefaultFunctionImpl" to "implements Function"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af324a3a2a
commit
0b79bad42c
|
@ -15,7 +15,7 @@ import org.apache.poi.hssf.record.formula.eval.ValueEval;
|
||||||
* @author
|
* @author
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class Column extends DefaultFunctionImpl {
|
public class Column implements Function {
|
||||||
public Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol) {
|
public Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol) {
|
||||||
ValueEval retval = null;
|
ValueEval retval = null;
|
||||||
int cnum = -1;
|
int cnum = -1;
|
||||||
|
|
Loading…
Reference in New Issue