https://bz.apache.org/bugzilla/show_bug.cgi?id=59791
--- Comment #7 from Javen O'Neal <[email protected]> --- Similar changes to FormulaEvaluator interface for backwards compatibility in r1751261 and r1751264. interface FormulaEvaluator { int evaluateFormulaCell(Cell); @deprecated will be deleted when we make the CellType enum transition @Internal CellType evaluateFormulaCellEnum(Cell); } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
