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/08/26 23:54:28 UTC

svn commit: r1806338 - in /poi/site/publish: apidocs/org/apache/poi/util/IOUtils.html changes.html

Author: nick
Date: Sat Aug 26 23:54:28 2017
New Revision: 1806338

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

Modified:
    poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html
    poi/site/publish/changes.html

Modified: poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html?rev=1806338&r1=1806337&r2=1806338&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/IOUtils.html Sat Aug 26 23:54:28 2017
@@ -427,7 +427,7 @@ extends java.lang.Object</pre>
  This function exists for Java 6 code.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>doc</code> - a writeable document to write to the output stream</dd><dd><code>out</code> - the output stream that the document is written to</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
+<dd><code>java.io.IOException</code> - thrown on errors writing to the stream</dd></dl>
 </li>
 </ul>
 <a name="write(org.apache.poi.ss.usermodel.Workbook, java.io.OutputStream)">
@@ -446,7 +446,7 @@ extends java.lang.Object</pre>
  This function exists for Java 6 code.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>doc</code> - a writeable document to write to the output stream</dd><dd><code>out</code> - the output stream that the document is written to</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
+<dd><code>java.io.IOException</code> - thrown on errors writing to the stream</dd></dl>
 </li>
 </ul>
 <a name="writeAndClose(org.apache.poi.POIDocument, java.io.OutputStream)">
@@ -466,7 +466,7 @@ extends java.lang.Object</pre>
  This function exists for Java 6 code.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>doc</code> - a writeable and closeable document to write to the output stream, then close</dd><dd><code>out</code> - the output stream that the document is written to</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
+<dd><code>java.io.IOException</code> - thrown on errors writing to the stream</dd></dl>
 </li>
 </ul>
 <a name="writeAndClose(org.apache.poi.POIDocument, java.io.File)">
@@ -485,7 +485,7 @@ extends java.lang.Object</pre>
  This function exists for Java 6 code.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>doc</code> - a writeable and closeable document to write to the output file, then close</dd><dd><code>out</code> - the output file that the document is written to</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
+<dd><code>java.io.IOException</code> - thrown on errors writing to the stream</dd></dl>
 </li>
 </ul>
 <a name="writeAndClose(org.apache.poi.POIDocument)">
@@ -503,7 +503,7 @@ extends java.lang.Object</pre>
  This function exists for Java 6 code.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>doc</code> - a writeable document to write in-place</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code>java.io.IOException</code></dd></dl>
+<dd><code>java.io.IOException</code> - thrown on errors writing to the file</dd></dl>
 </li>
 </ul>
 <a name="writeAndClose(org.apache.poi.ss.usermodel.Workbook, java.io.OutputStream)">

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1806338&r1=1806337&r2=1806338&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Sat Aug 26 23:54:28 2017
@@ -264,9 +264,11 @@ if (VERSION > 3) {
     
 
     
-<a name="3.17-beta2"></a>
+
+    
+<a name="3.17"></a>
 <div class="h3">
-<h3>Version 3.17-beta2 (2017-09-??)<a title="Permanent link" class="headerlink" href="#3.17-beta2">#</a>
+<h3>Version 3.17 (2017-08-27)<a title="Permanent link" class="headerlink" href="#3.17">#</a>
 </h3>
 </div>
       



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