Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1703575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9647b62d1a
commit
20b44d546e
@ -1115,7 +1115,6 @@ public class XSSFWorkbook extends POIXMLDocument implements Workbook {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* xssfSheetIterator was added to make transitioning to the new Iterator<Sheet> iterator()
|
* xssfSheetIterator was added to make transitioning to the new Iterator<Sheet> iterator()
|
||||||
* interface less painful for projects currently using POI.
|
* interface less painful for projects currently using POI.
|
||||||
*
|
*
|
||||||
@ -1160,7 +1159,7 @@ public class XSSFWorkbook extends POIXMLDocument implements Workbook {
|
|||||||
*
|
*
|
||||||
* // Option B:
|
* // Option B:
|
||||||
* <pre><code>
|
* <pre><code>
|
||||||
* @SuppressWarnings("deprecation")
|
* @SuppressWarnings("deprecation")
|
||||||
* Iterator<XSSFSheet> it = wb.xssfSheetIterator();
|
* Iterator<XSSFSheet> it = wb.xssfSheetIterator();
|
||||||
* XSSFSheet sh = it.next();
|
* XSSFSheet sh = it.next();
|
||||||
* sh.createRow(0);
|
* sh.createRow(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user