Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/Parser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/Parser.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/Parser.html
 Mon Mar 13 09:49:52 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1" 
/>
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <title>Parser xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
 </head>
@@ -35,7 +35,7 @@
 <a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L28" href="#L28">28</a>  <em 
class="jxr_javadoccomment"> * &lt;code&gt;Parser&lt;/code&gt; creates {@link 
CommandLine}s.</em>
 <a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em 
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em 
class="jxr_javadoccomment"> * @version $Id: Parser.java 1677406 2015-05-03 
14:27:31Z britter $</em>
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em 
class="jxr_javadoccomment"> * @version $Id: Parser.java 1744812 2016-05-20 
23:36:20Z ggregory $</em>
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em 
class="jxr_javadoccomment"> * @deprecated since 1.3, the two-pass parsing with 
the flatten method is not enough flexible to handle complex cases</em>
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>  <em 
class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L33" href="#L33">33</a>  @Deprecated
@@ -385,7 +385,7 @@
 <a class="jxr_linenumber" name="L377" href="#L377">377</a>     {
 <a class="jxr_linenumber" name="L378" href="#L378">378</a>         <strong 
class="jxr_keyword">boolean</strong> hasOption = getOptions().hasOption(arg);
 <a class="jxr_linenumber" name="L379" href="#L379">379</a> 
-<a class="jxr_linenumber" name="L380" href="#L380">380</a>         <em 
class="jxr_comment">// if there is no option throw an 
UnrecognisedOptionException</em>
+<a class="jxr_linenumber" name="L380" href="#L380">380</a>         <em 
class="jxr_comment">// if there is no option throw an 
UnrecognizedOptionException</em>
 <a class="jxr_linenumber" name="L381" href="#L381">381</a>         <strong 
class="jxr_keyword">if</strong> (!hasOption)
 <a class="jxr_linenumber" name="L382" href="#L382">382</a>         {
 <a class="jxr_linenumber" name="L383" href="#L383">383</a>             <strong 
class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a 
href="../../../../org/apache/commons/cli/UnrecognizedOptionException.html">UnrecognizedOptionException</a>(<span
 class="jxr_string">"Unrecognized option: "</span> + arg, arg);
@@ -438,6 +438,6 @@
 <a class="jxr_linenumber" name="L430" href="#L430">430</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/PatternOptionBuilder.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/PatternOptionBuilder.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/PatternOptionBuilder.html
 Mon Mar 13 09:49:52 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1" 
/>
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <title>PatternOptionBuilder xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
 </head>
@@ -215,6 +215,6 @@
 <a class="jxr_linenumber" name="L207" href="#L207">207</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/PosixParser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/PosixParser.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/PosixParser.html
 Mon Mar 13 09:49:52 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1" 
/>
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <title>PosixParser xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
 </head>
@@ -34,7 +34,7 @@
 <a class="jxr_linenumber" name="L26" href="#L26">26</a>  <em 
class="jxr_javadoccomment"> * The class PosixParser provides an implementation 
of the</em>
 <a class="jxr_linenumber" name="L27" href="#L27">27</a>  <em 
class="jxr_javadoccomment"> * {@link Parser#flatten(Options,String[],boolean) 
flatten} method.</em>
 <a class="jxr_linenumber" name="L28" href="#L28">28</a>  <em 
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em 
class="jxr_javadoccomment"> * @version $Id: PosixParser.java 1677451 2015-05-03 
17:09:29Z ggregory $</em>
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <em 
class="jxr_javadoccomment"> * @version $Id: PosixParser.java 1783175 2017-02-16 
07:52:05Z britter $</em>
 <a class="jxr_linenumber" name="L30" href="#L30">30</a>  <em 
class="jxr_javadoccomment"> * @deprecated since 1.3, use the {@link 
DefaultParser} instead</em>
 <a class="jxr_linenumber" name="L31" href="#L31">31</a>  <em 
class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L32" href="#L32">32</a>  @Deprecated
@@ -249,7 +249,7 @@
 <a class="jxr_linenumber" name="L241" href="#L241">241</a> <em 
class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L242" href="#L242">242</a> <em 
class="jxr_javadoccomment">     * &lt;ul&gt;</em>
 <a class="jxr_linenumber" name="L243" href="#L243">243</a> <em 
class="jxr_javadoccomment">     *  &lt;li&gt;ignore the first character 
("&lt;b&gt;-&lt;/b&gt;")&lt;/li&gt;</em>
-<a class="jxr_linenumber" name="L244" href="#L244">244</a> <em 
class="jxr_javadoccomment">     *  &lt;li&gt;foreach remaining character check 
if an {@link Option}</em>
+<a class="jxr_linenumber" name="L244" href="#L244">244</a> <em 
class="jxr_javadoccomment">     *  &lt;li&gt;for each remaining character check 
if an {@link Option}</em>
 <a class="jxr_linenumber" name="L245" href="#L245">245</a> <em 
class="jxr_javadoccomment">     *  exists with that id.&lt;/li&gt;</em>
 <a class="jxr_linenumber" name="L246" href="#L246">246</a> <em 
class="jxr_javadoccomment">     *  &lt;li&gt;if an {@link Option} does exist 
then add that character</em>
 <a class="jxr_linenumber" name="L247" href="#L247">247</a> <em 
class="jxr_javadoccomment">     *  prepended with "&lt;b&gt;-&lt;/b&gt;" to the 
list of processed tokens.&lt;/li&gt;</em>
@@ -302,6 +302,6 @@
 <a class="jxr_linenumber" name="L294" href="#L294">294</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/TypeHandler.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/TypeHandler.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/TypeHandler.html
 Mon Mar 13 09:49:52 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1" 
/>
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <title>TypeHandler xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
 </head>
@@ -249,6 +249,6 @@
 <a class="jxr_linenumber" name="L241" href="#L241">241</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/UnrecognizedOptionException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/UnrecognizedOptionException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/UnrecognizedOptionException.html
 Mon Mar 13 09:49:52 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1" 
/>
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <title>UnrecognizedOptionException xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
 </head>
@@ -79,6 +79,6 @@
 <a class="jxr_linenumber" name="L71" href="#L71">71</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/Util.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/Util.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/Util.html
 Mon Mar 13 09:49:52 2017
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-<head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1" 
/>
+<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <title>Util xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
 </head>
@@ -80,6 +80,6 @@
 <a class="jxr_linenumber" name="L72" href="#L72">72</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/package-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/package-frame.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/package-frame.html
 Mon Mar 13 09:49:52 2017
@@ -2,8 +2,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xml:lang="en" lang="en">
        <head>
-               <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-               <title>Apache Commons CLI 1.4-SNAPSHOT Reference Package 
org.apache.commons.cli</title>
+               <meta http-equiv="content-type" content="text/html; 
charset=utf-8" />
+               <title>Apache Commons CLI 1.4 Reference Package 
org.apache.commons.cli</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/package-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/package-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/org/apache/commons/cli/package-summary.html
 Mon Mar 13 09:49:52 2017
@@ -2,8 +2,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xml:lang="en" lang="en">
        <head>
-               <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-               <title>Apache Commons CLI 1.4-SNAPSHOT Reference Package 
org.apache.commons.cli</title>
+               <meta http-equiv="content-type" content="text/html; 
charset=utf-8" />
+               <title>Apache Commons CLI 1.4 Reference Package 
org.apache.commons.cli</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>
@@ -183,7 +183,7 @@
        </div>
                                <hr />
                <div id="footer">
-                       Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2002&#x2013;2017 <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-cli/xref/overview-frame.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/overview-frame.html 
(original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/overview-frame.html 
Mon Mar 13 09:49:52 2017
@@ -2,8 +2,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xml:lang="en" lang="en">
        <head>
-               <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-               <title>Apache Commons CLI 1.4-SNAPSHOT Reference</title>
+               <meta http-equiv="content-type" content="text/html; 
charset=utf-8" />
+               <title>Apache Commons CLI 1.4 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>
@@ -22,4 +22,3 @@
 
        </body>
 </html>
-

Modified: 
websites/production/commons/content/proper/commons-cli/xref/overview-summary.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-cli/xref/overview-summary.html
 (original)
+++ 
websites/production/commons/content/proper/commons-cli/xref/overview-summary.html
 Mon Mar 13 09:49:52 2017
@@ -2,8 +2,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xml:lang="en" lang="en">
        <head>
-               <meta http-equiv="content-type" content="text/html; 
charset=iso-8859-1" />
-               <title>Apache Commons CLI 1.4-SNAPSHOT Reference</title>
+               <meta http-equiv="content-type" content="text/html; 
charset=utf-8" />
+               <title>Apache Commons CLI 1.4 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>
@@ -24,7 +24,7 @@
                </ul>
        </div>
                
-                       <h2>Apache Commons CLI 1.4-SNAPSHOT Reference</h2>
+                       <h2>Apache Commons CLI 1.4 Reference</h2>
 
                <table class="summary">
                <thead>
@@ -60,7 +60,7 @@
                
                <hr />
                <div id="footer">
-                       Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2002&#x2013;2017 <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-cli/xref/stylesheet.css
==============================================================================
--- websites/production/commons/content/proper/commons-cli/xref/stylesheet.css 
(original)
+++ websites/production/commons/content/proper/commons-cli/xref/stylesheet.css 
Mon Mar 13 09:49:52 2017
@@ -111,4 +111,4 @@ hr {
 .jxr_keyword
 {
     color: #000;
-}
+}
\ No newline at end of file


Reply via email to