]> source.dussan.org Git - poi.git/commitdiff
JDK8 javadocs fixes
authorJaven O'Neal <onealj@apache.org>
Fri, 15 Jul 2016 10:13:58 +0000 (10:13 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 15 Jul 2016 10:13:58 +0000 (10:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752812 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java

index db75ca6d55fc777aa583aa1ae0685cc96a6fcebd..336cd83e8754147db60a8513abd3a6d1a45520e4 100644 (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)