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:
PJ Fanning 2021-09-08 16:08:18 +00:00
parent bfb86f8a45
commit f5d51e5084
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class StreamingSheetWriter extends SheetDataWriter {
public StreamingSheetWriter(OutputStream out) throws IOException {
super(createWriter(out));
LOG.atDebug().log("Preparing SSXSSF sheet writer");
LOG.atDebug().log("Preparing SXSSF sheet writer");
}
@Override