Deprecated xssfSheetIterator has been removed, so remove javadoc reference
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2d19936ef
commit
2cbd15ece2
@ -1196,16 +1196,10 @@ public class XSSFWorkbook extends POIXMLDocument implements Workbook {
|
||||
* Alias for {@link #sheetIterator()} to allow
|
||||
* foreach loops
|
||||
*
|
||||
* <code>Iterator<XSSFSheet> iterator()<code> was replaced with <code>Iterator<Sheet> iterator()</code>
|
||||
* to make iterating over a container (Workbook, Sheet, Row) consistent across POI spreadsheets.
|
||||
* This breaks backwards compatibility and may affect your code.
|
||||
* See {@link XSSFWorkbook#xssfSheetIterator} for how to upgrade your code to be compatible
|
||||
* with the new interface.
|
||||
*
|
||||
* Note: remove() is not supported on this iterator.
|
||||
* Use {@link #removeSheetAt(int)} to remove sheets instead.
|
||||
*
|
||||
* @return an iterator of the sheets.
|
||||
* @return an iterator of the sheets.
|
||||
*/
|
||||
@Override
|
||||
public Iterator<Sheet> iterator() {
|
||||
|
Loading…
Reference in New Issue
Block a user