You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/06/29 14:39:29 UTC

svn commit: r1800289 - in /poi/site/publish/apidocs: index-all.html org/apache/poi/ss/usermodel/class-use/Sheet.html org/apache/poi/xssf/usermodel/XSSFWorkbook.html

Author: nick
Date: Thu Jun 29 14:39:28 2017
New Revision: 1800289

URL: http://svn.apache.org/viewvc?rev=1800289&view=rev
Log:
Republish site

Modified:
    poi/site/publish/apidocs/index-all.html
    poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Sheet.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1800289&r1=1800288&r2=1800289&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Thu Jun 29 14:39:28 2017
@@ -52492,8 +52492,7 @@
 <div class="block">Alias for <a href="./org/apache/poi/xssf/usermodel/XSSFWorkbook.html#sheetIterator()"><code>XSSFWorkbook.sheetIterator()</code></a> 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.</div>
+ Note: remove() is not supported on this iterator.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFFootnote.html#iterator()">iterator()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFFootnote.html" title="class in org.apache.poi.xwpf.usermodel">XWPFFootnote</a></dt>
 <dd>&nbsp;</dd>

Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Sheet.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Sheet.html?rev=1800289&r1=1800288&r2=1800289&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Sheet.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Sheet.html Thu Jun 29 14:39:28 2017
@@ -842,8 +842,7 @@
 <div class="block">Alias for <a href="../../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#sheetIterator()"><code>XSSFWorkbook.sheetIterator()</code></a> 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.</div>
+ Note: remove() is not supported on this iterator.</div>
 </td>
 </tr>
 <tr class="rowColor">

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html?rev=1800289&r1=1800288&r2=1800289&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFWorkbook.html Thu Jun 29 14:39:28 2017
@@ -644,8 +644,7 @@ implements <a href="../../../../../org/a
 <div class="block">Alias for <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#sheetIterator()"><code>sheetIterator()</code></a> 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.</div>
+ Note: remove() is not supported on this iterator.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1766,18 +1765,12 @@ public&nbsp;int&nbsp;getNameIndex(java.l
 <div class="block">Alias for <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#sheetIterator()"><code>sheetIterator()</code></a> 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 <code>XSSFWorkbook#xssfSheetIterator</code> for how to upgrade your code to be compatible
- with the new interface.
- 
  Note: remove() is not supported on this iterator.
  Use <a href="../../../../../org/apache/poi/xssf/usermodel/XSSFWorkbook.html#removeSheetAt(int)"><code>removeSheetAt(int)</code></a> to remove sheets instead.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;<a href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface in org.apache.poi.ss.usermodel">Sheet</a>&gt;</code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>an iterator  of the sheets.</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>an iterator of the sheets.</dd></dl>
 </li>
 </ul>
 <a name="isMacroEnabled()">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org