https://bz.apache.org/bugzilla/show_bug.cgi?id=59769
Javen O'Neal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX OS| |All Status|NEW |RESOLVED --- Comment #1 from Javen O'Neal <[email protected]> --- This change was intentional to unify XSSF and HSSF while avoiding overflow bugs due to lack of unsigned datatypes. As this is a better nd not a setter, there was no way for us to make this change gradually without breaking binary compatibility. This doesn't break source compatibility since shorts can be implicitly cast to ints. You unfortunately may need to recompile your project. -- 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]
