mirror of https://github.com/apache/poi.git
minor text issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bfb86f8a45
commit
f5d51e5084
|
@ -44,7 +44,7 @@ public class StreamingSheetWriter extends SheetDataWriter {
|
||||||
|
|
||||||
public StreamingSheetWriter(OutputStream out) throws IOException {
|
public StreamingSheetWriter(OutputStream out) throws IOException {
|
||||||
super(createWriter(out));
|
super(createWriter(out));
|
||||||
LOG.atDebug().log("Preparing SSXSSF sheet writer");
|
LOG.atDebug().log("Preparing SXSSF sheet writer");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue