Modified: 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/FileUploadException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/FileUploadException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/FileUploadException.html
 Wed Jan 16 11:35:52 2019
@@ -113,6 +113,6 @@
 <a class="jxr_linenumber" name="L105" href="#L105">105</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/InvalidFileNameException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/InvalidFileNameException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/InvalidFileNameException.html
 Wed Jan 16 11:35:52 2019
@@ -70,6 +70,6 @@
 <a class="jxr_linenumber" name="L62" href="#L62">62</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/MultipartStream.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/MultipartStream.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/MultipartStream.html
 Wed Jan 16 11:35:52 2019
@@ -238,7 +238,7 @@
 <a class="jxr_linenumber" name="L230" href="#L230">230</a>     <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L231" href="#L231">231</a> <em 
class="jxr_javadoccomment">     * The table for Knuth-Morris-Pratt search 
algorithm.</em>
 <a class="jxr_linenumber" name="L232" href="#L232">232</a> <em 
class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L233" href="#L233">233</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">int</strong>[] 
boundaryTable;
+<a class="jxr_linenumber" name="L233" href="#L233">233</a>     <strong 
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> 
<strong class="jxr_keyword">int</strong>[] boundaryTable;
 <a class="jxr_linenumber" name="L234" href="#L234">234</a> 
 <a class="jxr_linenumber" name="L235" href="#L235">235</a>     <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L236" href="#L236">236</a> <em 
class="jxr_javadoccomment">     * The length of the buffer used for processing 
the request.</em>
@@ -515,7 +515,7 @@
 <a class="jxr_linenumber" name="L507" href="#L507">507</a>             <strong 
class="jxr_keyword">throws</strong> <a 
href="../../../../org/apache/commons/fileupload/MultipartStream.html">IllegalBoundaryException</a>
 {
 <a class="jxr_linenumber" name="L508" href="#L508">508</a>         <strong 
class="jxr_keyword">if</strong> (boundary.length != boundaryLength - 
BOUNDARY_PREFIX.length) {
 <a class="jxr_linenumber" name="L509" href="#L509">509</a>             <strong 
class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a 
href="../../../../org/apache/commons/fileupload/MultipartStream.html">IllegalBoundaryException</a>(
-<a class="jxr_linenumber" name="L510" href="#L510">510</a>             <span 
class="jxr_string">"The length of a boundary token can not be changed"</span>);
+<a class="jxr_linenumber" name="L510" href="#L510">510</a>             <span 
class="jxr_string">"The length of a boundary token cannot be changed"</span>);
 <a class="jxr_linenumber" name="L511" href="#L511">511</a>         }
 <a class="jxr_linenumber" name="L512" href="#L512">512</a>         
System.arraycopy(boundary, 0, <strong 
class="jxr_keyword">this</strong>.boundary, BOUNDARY_PREFIX.length,
 <a class="jxr_linenumber" name="L513" href="#L513">513</a>                 
boundary.length);
@@ -1059,15 +1059,16 @@
 <a class="jxr_linenumber" name="L1051" href="#L1051">1051</a> <em 
class="jxr_javadoccomment">         *</em>
 <a class="jxr_linenumber" name="L1052" href="#L1052">1052</a> <em 
class="jxr_javadoccomment">         * @return True, if the stream is closed, 
otherwise false.</em>
 <a class="jxr_linenumber" name="L1053" href="#L1053">1053</a> <em 
class="jxr_javadoccomment">         */</em>
-<a class="jxr_linenumber" name="L1054" href="#L1054">1054</a>         <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">boolean</strong> isClosed() {
-<a class="jxr_linenumber" name="L1055" href="#L1055">1055</a>             
<strong class="jxr_keyword">return</strong> closed;
-<a class="jxr_linenumber" name="L1056" href="#L1056">1056</a>         }
-<a class="jxr_linenumber" name="L1057" href="#L1057">1057</a> 
-<a class="jxr_linenumber" name="L1058" href="#L1058">1058</a>     }
-<a class="jxr_linenumber" name="L1059" href="#L1059">1059</a> 
-<a class="jxr_linenumber" name="L1060" href="#L1060">1060</a> }
+<a class="jxr_linenumber" name="L1054" href="#L1054">1054</a>         @Override
+<a class="jxr_linenumber" name="L1055" href="#L1055">1055</a>         <strong 
class="jxr_keyword">public</strong> <strong 
class="jxr_keyword">boolean</strong> isClosed() {
+<a class="jxr_linenumber" name="L1056" href="#L1056">1056</a>             
<strong class="jxr_keyword">return</strong> closed;
+<a class="jxr_linenumber" name="L1057" href="#L1057">1057</a>         }
+<a class="jxr_linenumber" name="L1058" href="#L1058">1058</a> 
+<a class="jxr_linenumber" name="L1059" href="#L1059">1059</a>     }
+<a class="jxr_linenumber" name="L1060" href="#L1060">1060</a> 
+<a class="jxr_linenumber" name="L1061" href="#L1061">1061</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/ParameterParser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/ParameterParser.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/ParameterParser.html
 Wed Jan 16 11:35:52 2019
@@ -347,6 +347,6 @@
 <a class="jxr_linenumber" name="L339" href="#L339">339</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/ProgressListener.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/ProgressListener.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/ProgressListener.html
 Wed Jan 16 11:35:52 2019
@@ -45,6 +45,6 @@
 <a class="jxr_linenumber" name="L37" href="#L37">37</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/RequestContext.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/RequestContext.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/RequestContext.html
 Wed Jan 16 11:35:52 2019
@@ -71,6 +71,6 @@
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/UploadContext.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/UploadContext.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/xref/org/apache/commons/fileupload/UploadContext.html
 Wed Jan 16 11:35:52 2019
@@ -47,6 +47,6 @@
 <a class="jxr_linenumber" name="L39" href="#L39">39</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2019 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file


Reply via email to