mark constructor as public
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e74865f8c
commit
f68e8e2c07
@ -245,7 +245,6 @@ public class XSSFWorkbook extends POIXMLDocument implements Workbook {
|
||||
this(XSSFWorkbookType.XLSX);
|
||||
}
|
||||
|
||||
@Internal
|
||||
public XSSFWorkbook(XSSFFactory factory) {
|
||||
this(XSSFWorkbookType.XLSX, factory);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user