Author: fanningpj
Date: Mon May 22 12:07:44 2023
New Revision: 1909978

URL: http://svn.apache.org/viewvc?rev=1909978&view=rev
Log:
try to fix issue with rendering of source code

Modified:
    poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml

Modified: 
poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml?rev=1909978&r1=1909977&r2=1909978&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml 
(original)
+++ poi/site/src/documentation/content/xdocs/components/spreadsheet/how-to.xml 
Mon May 22 12:07:44 2023
@@ -688,7 +688,6 @@ public class ExampleEventUserModel {
 
 
 <source><![CDATA[
-
 import junit.framework.Assert;
 import org.apache.poi.ss.usermodel.Cell;
 import org.apache.poi.ss.usermodel.Row;
@@ -732,7 +731,6 @@ import org.apache.poi.xssf.streaming.SXS
 ]]></source>
 <p>The next example turns off auto-flushing (windowSize=-1) and the code 
manually controls how portions of data are written to disk</p>
 <source><![CDATA[
-
 import org.apache.poi.ss.usermodel.Cell;
 import org.apache.poi.ss.usermodel.Row;
 import org.apache.poi.ss.usermodel.Sheet;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to