Author: nick
Date: Wed Sep 24 09:58:28 2014
New Revision: 1627268

URL: http://svn.apache.org/r1627268
Log:
Republish javadocs

Modified:
    poi/site/publish/apidocs/index-all.html
    
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html
    poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html

Modified: poi/site/publish/apidocs/index-all.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1627268&r1=1627267&r2=1627268&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Wed Sep 24 09:58:28 2014
@@ -28990,7 +28990,7 @@ return null</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/apache/poi/xssf/usermodel/XSSFSheet.html#getPhysicalNumberOfRows()">getPhysicalNumberOfRows()</a></span>
 - Method in class org.apache.poi.xssf.usermodel.<a 
href="./org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in 
org.apache.poi.xssf.usermodel">XSSFSheet</a></dt>
 <dd>
-<div class="block">Returns the number of phsyically defined rows (NOT the 
number of rows in the sheet)</div>
+<div class="block">Returns the number of physically defined rows (NOT the 
number of rows in the sheet)</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/apache/poi/hwpf/model/PICFAndOfficeArtData.html#getPicf()">getPicf()</a></span>
 - Method in class org.apache.poi.hwpf.model.<a 
href="./org/apache/poi/hwpf/model/PICFAndOfficeArtData.html" title="class in 
org.apache.poi.hwpf.model">PICFAndOfficeArtData</a></dt>
 <dd>&nbsp;</dd>
@@ -52211,9 +52211,9 @@ Compound Document Format.</div>
 <dt><span class="strong"><a 
href="./org/apache/poi/xssf/usermodel/XSSFSheet.html#removeMergedRegions(java.util.Set)">removeMergedRegions(Set&lt;Integer&gt;)</a></span>
 - Method in class org.apache.poi.xssf.usermodel.<a 
href="./org/apache/poi/xssf/usermodel/XSSFSheet.html" title="class in 
org.apache.poi.xssf.usermodel">XSSFSheet</a></dt>
 <dd>
 <div class="block">Removes a number of merged regions of cells (hence letting 
them free)
- 
+
  This method can be used to bulk-remove merged regions in a way
- much faster than calling removeMergedRegion() for every single 
+ much faster than calling removeMergedRegion() for every single
  merged region.</div>
 </dd>
 <dt><span class="strong"><a 
href="./org/apache/poi/hpsf/DocumentSummaryInformation.html#removeMMClipCount()">removeMMClipCount()</a></span>
 - Method in class org.apache.poi.hpsf.<a 
href="./org/apache/poi/hpsf/DocumentSummaryInformation.html" title="class in 
org.apache.poi.hpsf">DocumentSummaryInformation</a></dt>

Modified: 
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html?rev=1627268&r1=1627267&r2=1627268&view=diff
==============================================================================
--- 
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html 
(original)
+++ 
poi/site/publish/apidocs/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html 
Wed Sep 24 09:58:28 2014
@@ -440,12 +440,12 @@ implements <a href="../../../../../org/a
                  throws java.io.IOException</pre>
 <div class="block"><p>Creates a POIFSFileSystem from an open 
<tt>FileChannel</tt>. This uses 
   less memory than creating from an <tt>InputStream</tt>. The stream will
-  be used in read-write mode.</p>
+  be used in read-only mode.</p>
   
  <p>Note that with this constructor, you will need to call <a 
href="../../../../../org/apache/poi/poifs/filesystem/NPOIFSFileSystem.html#close()"><code>close()</code></a>
   when you're done to have the underlying Channel closed, as the channel is
   kept open during normal operation to read the data out.</p></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>channel</code> - 
the FileChannel from which to read and write the data</dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>channel</code> - 
the FileChannel from which to read the data</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code>java.io.IOException</code> - on errors reading, or on invalid 
data</dd></dl>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html
URL: 
http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html?rev=1627268&r1=1627267&r2=1627268&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html 
(original)
+++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html Wed 
Sep 24 09:58:28 2014
@@ -549,7 +549,7 @@ implements <a href="../../../../../org/a
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#getPhysicalNumberOfRows()">getPhysicalNumberOfRows</a></strong>()</code>
-<div class="block">Returns the number of phsyically defined rows (NOT the 
number of rows in the sheet)</div>
+<div class="block">Returns the number of physically defined rows (NOT the 
number of rows in the sheet)</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1071,9 +1071,9 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#removeMergedRegions(java.util.Set)">removeMergedRegions</a></strong>(java.util.Set&lt;java.lang.Integer&gt;&nbsp;indices)</code>
 <div class="block">Removes a number of merged regions of cells (hence letting 
them free)
- 
+
  This method can be used to bulk-remove merged regions in a way
- much faster than calling removeMergedRegion() for every single 
+ much faster than calling removeMergedRegion() for every single
  merged region.</div>
 </td>
 </tr>
@@ -2246,11 +2246,11 @@ public&nbsp;<a href="../../../../../org/
 <li class="blockList">
 <h4>getPhysicalNumberOfRows</h4>
 <pre>public&nbsp;int&nbsp;getPhysicalNumberOfRows()</pre>
-<div class="block">Returns the number of phsyically defined rows (NOT the 
number of rows in the sheet)</div>
+<div class="block">Returns the number of physically defined rows (NOT the 
number of rows in the sheet)</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../org/apache/poi/ss/usermodel/Sheet.html#getPhysicalNumberOfRows()">getPhysicalNumberOfRows</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/poi/ss/usermodel/Sheet.html" title="interface 
in org.apache.poi.ss.usermodel">Sheet</a></code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the number of phsyically 
defined rows</dd></dl>
+<dt><span class="strong">Returns:</span></dt><dd>the number of physically 
defined rows</dd></dl>
 </li>
 </ul>
 <a name="getPrintSetup()">
@@ -2732,9 +2732,9 @@ public&nbsp;<a href="../../../../../org/
 <h4>removeMergedRegions</h4>
 
<pre>public&nbsp;void&nbsp;removeMergedRegions(java.util.Set&lt;java.lang.Integer&gt;&nbsp;indices)</pre>
 <div class="block">Removes a number of merged regions of cells (hence letting 
them free)
- 
+
  This method can be used to bulk-remove merged regions in a way
- much faster than calling removeMergedRegion() for every single 
+ much faster than calling removeMergedRegion() for every single
  merged region.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>indices</code> - 
A set of the regions to unmerge</dd></dl>
 </li>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to