Modified: websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/FloatValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/FloatValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/FloatValidatorTest.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>FloatValidatorTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> @@ -30,7 +30,7 @@ <a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * Test Case for FloatValidator.</em> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * </em> -<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @version $Revision: 1094808 $ $Date: 2011-04-19 00:57:51 +0200 (Di, 19 Apr 2011) $</em> +<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <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> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/FloatValidatorTest.html">FloatValidatorTest</a> <strong class="jxr_keyword">extends</strong> <a href="../../../../../org/apache/commons/validator/routines/AbstractNumberValidatorTest.html">AbstractNumberValidatorTest</a> { <a class="jxr_linenumber" name="L28" href="#L28">28</a> @@ -175,6 +175,6 @@ <a class="jxr_linenumber" name="L167" href="#L167">167</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/ISBNValidatorTest.html ============================================================================== --- websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/ISBNValidatorTest.html (original) +++ websites/production/commons/content/proper/commons-validator/xref-test/org/apache/commons/validator/routines/ISBNValidatorTest.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>ISBNValidatorTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> @@ -30,11 +30,11 @@ <a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * ISBNValidator Test Case.</em> <a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> *</em> -<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @version $Revision: 493905 $ $Date: 2007-01-08 03:11:38 +0100 (Mo, 08 Jan 2007) $</em> +<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em> <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> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/validator/routines/ISBNValidatorTest.html">ISBNValidatorTest</a> <strong class="jxr_keyword">extends</strong> TestCase { <a class="jxr_linenumber" name="L28" href="#L28">28</a> -<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">private</strong> String[] validISBN10Format = <strong class="jxr_keyword">new</strong> String[] { +<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String[] validISBN10Format = <strong class="jxr_keyword">new</strong> String[] { <a class="jxr_linenumber" name="L30" href="#L30">30</a> <span class="jxr_string">"1234567890"</span>, <a class="jxr_linenumber" name="L31" href="#L31">31</a> <span class="jxr_string">"123456789X"</span>, <a class="jxr_linenumber" name="L32" href="#L32">32</a> <span class="jxr_string">"12345-1234567-123456-X"</span>, @@ -43,7 +43,7 @@ <a class="jxr_linenumber" name="L35" href="#L35">35</a> <span class="jxr_string">"1 2 3 4"</span>, <a class="jxr_linenumber" name="L36" href="#L36">36</a> }; <a class="jxr_linenumber" name="L37" href="#L37">37</a> -<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">private</strong> String[] invalidISBN10Format = <strong class="jxr_keyword">new</strong> String[] { +<a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String[] invalidISBN10Format = <strong class="jxr_keyword">new</strong> String[] { <a class="jxr_linenumber" name="L39" href="#L39">39</a> <span class="jxr_string">""</span>, <em class="jxr_comment">// empty</em> <a class="jxr_linenumber" name="L40" href="#L40">40</a> <span class="jxr_string">" "</span>, <em class="jxr_comment">// empty</em> <a class="jxr_linenumber" name="L41" href="#L41">41</a> <span class="jxr_string">"1"</span>, <em class="jxr_comment">// too short</em> @@ -66,7 +66,7 @@ <a class="jxr_linenumber" name="L58" href="#L58">58</a> <span class="jxr_string">"068-556-98-45"</span> <em class="jxr_comment">// format</em> <a class="jxr_linenumber" name="L59" href="#L59">59</a> }; <a class="jxr_linenumber" name="L60" href="#L60">60</a> -<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">private</strong> String[] validISBN13Format = <strong class="jxr_keyword">new</strong> String[] { +<a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String[] validISBN13Format = <strong class="jxr_keyword">new</strong> String[] { <a class="jxr_linenumber" name="L62" href="#L62">62</a> <span class="jxr_string">"9781234567890"</span>, <a class="jxr_linenumber" name="L63" href="#L63">63</a> <span class="jxr_string">"9791234567890"</span>, <a class="jxr_linenumber" name="L64" href="#L64">64</a> <span class="jxr_string">"978-12345-1234567-123456-1"</span>, @@ -79,7 +79,7 @@ <a class="jxr_linenumber" name="L71" href="#L71">71</a> <span class="jxr_string">"979 1 2 3 4"</span>, <a class="jxr_linenumber" name="L72" href="#L72">72</a> }; <a class="jxr_linenumber" name="L73" href="#L73">73</a> -<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">private</strong> String[] invalidISBN13Format = <strong class="jxr_keyword">new</strong> String[] { +<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> String[] invalidISBN13Format = <strong class="jxr_keyword">new</strong> String[] { <a class="jxr_linenumber" name="L75" href="#L75">75</a> <span class="jxr_string">""</span>, <em class="jxr_comment">// empty</em> <a class="jxr_linenumber" name="L76" href="#L76">76</a> <span class="jxr_string">" "</span>, <em class="jxr_comment">// empty</em> <a class="jxr_linenumber" name="L77" href="#L77">77</a> <span class="jxr_string">"1"</span>, <em class="jxr_comment">// too short</em> @@ -334,6 +334,6 @@ <a class="jxr_linenumber" name="L326" href="#L326">326</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
