DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23904>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23904 Reduce memory in hpsf.TypeReader by using Boolean statics Summary: Reduce memory in hpsf.TypeReader by using Boolean statics Product: POI Version: 2.0-pre3 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: HPFS AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In hpsf.TypeReader convert "new Boolean(true)" and "new Boolean(false)" to Boolean.TRUE and Boolean.FALSE. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
