Bug 57166 - Constructor HSSFWorkbook(java.io.InputStream s) has no javadoc
Summary: Constructor HSSFWorkbook(java.io.InputStream s) has no javadoc
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.10-FINAL
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-30 13:05 UTC by Patrick
Modified: 2014-10-30 16:21 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick 2014-10-30 13:05:09 UTC
At the very least the javadoc should point you at HSSFWorkbook(InputStream s, boolean preserveNodes).
Comment 1 Nick Burch 2014-10-30 16:21:34 UTC
Thanks for spotting this, fixed in r1635533.