]> source.dussan.org Git - poi.git/commitdiff
minor text issues
authorPJ Fanning <fanningpj@apache.org>
Wed, 8 Sep 2021 16:08:18 +0000 (16:08 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 8 Sep 2021 16:08:18 +0000 (16:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893146 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/StreamingSheetWriter.java

index ef5e6c34388be583ff526853018e24d58951a98d..173e6963bdb9f571ac1d9ae397115f3954c461d2 100644 (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