mirror of https://github.com/apache/poi.git
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
123f30bf42
commit
4c69a7a4bc
|
@ -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