Modified: websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/IntegerValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/IntegerValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/IntegerValidatorTest.html Tue Jan 13 20:07:34 2015 @@ -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>IntegerValidatorTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> @@ -29,7 +29,7 @@ <a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * Test Case for IntegerValidator.</em> <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @version $Revision: 1094751 $ $Date: 2011-04-18 23:17:40 +0200 (Mo, 18 Apr 2011) $</em> +<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/IntegerValidatorTest.html">IntegerValidatorTest</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/commons/validator/routines/AbstractNumberValidatorTest.html">AbstractNumberValidatorTest</a> { <a class="jxr_linenumber" name="L27" href="#L27">27</a> @@ -144,6 +144,6 @@ <a class="jxr_linenumber" name="L136" href="#L136">136</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2015 <a href="http://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-validator/xref-test/org/apache/commons/validator/routines/LongValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/LongValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/LongValidatorTest.html Tue Jan 13 20:07:34 2015 @@ -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>LongValidatorTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> @@ -29,7 +29,7 @@ <a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * Test Case for LongValidator.</em> <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @version $Revision: 1094751 $ $Date: 2011-04-18 23:17:40 +0200 (Mo, 18 Apr 2011) $</em> +<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/LongValidatorTest.html">LongValidatorTest</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/commons/validator/routines/AbstractNumberValidatorTest.html">AbstractNumberValidatorTest</a> { <a class="jxr_linenumber" name="L27" href="#L27">27</a> @@ -145,6 +145,6 @@ <a class="jxr_linenumber" name="L137" href="#L137">137</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2015 <a href="http://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-validator/xref-test/org/apache/commons/validator/routines/PercentValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/PercentValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/PercentValidatorTest.html Tue Jan 13 20:07:34 2015 @@ -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>PercentValidatorTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> @@ -31,7 +31,7 @@ <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * Test Case for PercentValidator.</em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * @version $Revision: 1094751 $ $Date: 2011-04-18 23:17:40 +0200 (Mo, 18 Apr 2011) $</em> +<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <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> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/PercentValidatorTest.html">PercentValidatorTest</a> <strong class="jxr_keyword">extends</strong> TestCase { <a class="jxr_linenumber" name="L29" href="#L29">29</a> @@ -123,6 +123,6 @@ <a class="jxr_linenumber" name="L115" href="#L115">115</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2015 <a href="http://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-validator/xref-test/org/apache/commons/validator/routines/RegexValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/RegexValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/RegexValidatorTest.html Tue Jan 13 20:07:34 2015 @@ -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>RegexValidatorTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> @@ -31,7 +31,7 @@ <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * Test Case for RegexValidatorTest.</em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> *</em> -<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * @version $Revision: 1441677 $ $Date: 2013-02-02 02:15:34 +0100 (Sa, 02 Feb 2013) $</em> +<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * @since Validator 1.4</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> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/RegexValidatorTest.html">RegexValidatorTest</a> <strong class="jxr_keyword">extends</strong> TestCase { @@ -302,6 +302,6 @@ <a class="jxr_linenumber" name="L294" href="#L294">294</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2015 <a href="http://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-validator/xref-test/org/apache/commons/validator/routines/ShortValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/ShortValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/ShortValidatorTest.html Tue Jan 13 20:07:34 2015 @@ -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>ShortValidatorTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> @@ -29,7 +29,7 @@ <a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * Test Case for ShortValidator.</em> <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @version $Revision: 1094751 $ $Date: 2011-04-18 23:17:40 +0200 (Mo, 18 Apr 2011) $</em> +<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/ShortValidatorTest.html">ShortValidatorTest</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/commons/validator/routines/AbstractNumberValidatorTest.html">AbstractNumberValidatorTest</a> { <a class="jxr_linenumber" name="L27" href="#L27">27</a> @@ -147,6 +147,6 @@ <a class="jxr_linenumber" name="L139" href="#L139">139</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2015 <a href="http://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-validator/xref-test/org/apache/commons/validator/routines/TimeValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/TimeValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/TimeValidatorTest.html Tue Jan 13 20:07:34 2015 @@ -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>TimeValidatorTest 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">/**</em> <a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * Test Case for TimeValidator.</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 $Revision: 1094751 $ $Date: 2011-04-18 23:17:40 +0200 (Mo, 18 Apr 2011) $</em> +<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/TimeValidatorTest.html">TimeValidatorTest</a> <strong class="jxr_keyword">extends</strong> TestCase { <a class="jxr_linenumber" name="L32" href="#L32">32</a> @@ -349,6 +349,6 @@ <a class="jxr_linenumber" name="L341" href="#L341">341</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file
