JDK8 javadocs fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-07-15 10:13:58 +00:00
parent 064abfa59a
commit 9d8b7b33db
1 changed files with 4 additions and 4 deletions

View File

@ -1255,7 +1255,7 @@ public class SXSSFSheet implements Sheet
* Please note the rows being grouped <em>must</em> be in the current window,
* if the rows are already flushed then groupRow has no effect.
* </p>
* <p>
*
* Correct code:
* <pre><code>
* Workbook wb = new SXSSFWorkbook(100); // keep 100 rows in memory
@ -1268,8 +1268,8 @@ public class SXSSFSheet implements Sheet
* }
*
* </code></pre>
* </p>
* <p>
*
*
* Incorrect code:
* <pre><code>
* Workbook wb = new SXSSFWorkbook(100); // keep 100 rows in memory
@ -1280,7 +1280,7 @@ public class SXSSFSheet implements Sheet
* sh.groupRow(100, 200); // the rows in the range [100, 200] are already flushed and groupRows has no effect
*
* </code></pre>
* </p>
*
*
* @param fromRow start row (0-based)
* @param toRow end row (0-based)