https://bz.apache.org/bugzilla/show_bug.cgi?id=59791

--- Comment #10 from Javen O'Neal <[email protected]> ---
Created attachment 34170
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34170&action=edit
Improve backwards compatibility

This patch improves backwards compatibility (so that Cell.CELL_TYPE_* still
returns an int, works in a switch statement in Java 6, and has the same data
type as Cell.getCellType()).

Old usage:
int Cell.CELL_TYPE_*
int Cell.getCellType()
Cell.setCellType(int)

New usage:
CellType CellType.*
CellType Cell.getCellTypeEnum()
Cell.setCellType(CellType)

Both usages are supported with this patch.

-- 
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]

Reply via email to