Modified: 
websites/production/commons/content/proper/commons-validator/xref/org/apache/commons/validator/routines/DateValidator.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-validator/xref/org/apache/commons/validator/routines/DateValidator.html
 (original)
+++ 
websites/production/commons/content/proper/commons-validator/xref/org/apache/commons/validator/routines/DateValidator.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>DateValidator xref</title>
 <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
 </head>
@@ -57,23 +57,23 @@
 <a class="jxr_linenumber" name="L49" href="#L49">49</a>  <em 
class="jxr_javadoccomment"> *    to create &lt;code&gt;Date&lt;/code&gt; 
objects for different &lt;i&gt;time zones&lt;/i&gt;</em>
 <a class="jxr_linenumber" name="L50" href="#L50">50</a>  <em 
class="jxr_javadoccomment"> *    if the system default is not 
appropriate.&lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L51" href="#L51">51</a>  <em 
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L52" href="#L52">52</a>  <em 
class="jxr_javadoccomment"> * &lt;p&gt;Once a value has been sucessfully 
converted the following</em>
+<a class="jxr_linenumber" name="L52" href="#L52">52</a>  <em 
class="jxr_javadoccomment"> * &lt;p&gt;Once a value has been successfully 
converted the following</em>
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>  <em 
class="jxr_javadoccomment"> *    methods can be used to perform various date 
comparison checks:&lt;/p&gt;</em>
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>  <em 
class="jxr_javadoccomment"> *    &lt;ul&gt;</em>
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>  <em 
class="jxr_javadoccomment"> *       
&lt;li&gt;&lt;code&gt;compareDates()&lt;/code&gt; compares the day, month 
and</em>
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returing 0, -1 or +1 
indicating</em>
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returning 0, -1 or 
+1 indicating</em>
 <a class="jxr_linenumber" name="L57" href="#L57">57</a>  <em 
class="jxr_javadoccomment"> *           whether the first date is equal, before 
or after the second.&lt;/li&gt;</em>
 <a class="jxr_linenumber" name="L58" href="#L58">58</a>  <em 
class="jxr_javadoccomment"> *       
&lt;li&gt;&lt;code&gt;compareWeeks()&lt;/code&gt; compares the week and</em>
-<a class="jxr_linenumber" name="L59" href="#L59">59</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returing 0, -1 or +1 
indicating</em>
+<a class="jxr_linenumber" name="L59" href="#L59">59</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returning 0, -1 or 
+1 indicating</em>
 <a class="jxr_linenumber" name="L60" href="#L60">60</a>  <em 
class="jxr_javadoccomment"> *           whether the first week is equal, before 
or after the second.&lt;/li&gt;</em>
 <a class="jxr_linenumber" name="L61" href="#L61">61</a>  <em 
class="jxr_javadoccomment"> *       
&lt;li&gt;&lt;code&gt;compareMonths()&lt;/code&gt; compares the month and</em>
-<a class="jxr_linenumber" name="L62" href="#L62">62</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returing 0, -1 or +1 
indicating</em>
+<a class="jxr_linenumber" name="L62" href="#L62">62</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returning 0, -1 or 
+1 indicating</em>
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>  <em 
class="jxr_javadoccomment"> *           whether the first month is equal, 
before or after the second.&lt;/li&gt;</em>
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>  <em 
class="jxr_javadoccomment"> *       
&lt;li&gt;&lt;code&gt;compareQuarters()&lt;/code&gt; compares the quarter 
and</em>
-<a class="jxr_linenumber" name="L65" href="#L65">65</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returing 0, -1 or +1 
indicating</em>
+<a class="jxr_linenumber" name="L65" href="#L65">65</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returning 0, -1 or 
+1 indicating</em>
 <a class="jxr_linenumber" name="L66" href="#L66">66</a>  <em 
class="jxr_javadoccomment"> *           whether the first quarter is equal, 
before or after the second.&lt;/li&gt;</em>
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>  <em 
class="jxr_javadoccomment"> *       
&lt;li&gt;&lt;code&gt;compareYears()&lt;/code&gt; compares the</em>
-<a class="jxr_linenumber" name="L68" href="#L68">68</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returing 0, -1 or +1 
indicating</em>
+<a class="jxr_linenumber" name="L68" href="#L68">68</a>  <em 
class="jxr_javadoccomment"> *           year of two dates, returning 0, -1 or 
+1 indicating</em>
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>  <em 
class="jxr_javadoccomment"> *           whether the first year is equal, before 
or after the second.&lt;/li&gt;</em>
 <a class="jxr_linenumber" name="L70" href="#L70">70</a>  <em 
class="jxr_javadoccomment"> *    &lt;/ul&gt;</em>
 <a class="jxr_linenumber" name="L71" href="#L71">71</a>  <em 
class="jxr_javadoccomment"> *</em>
@@ -87,7 +87,7 @@
 <a class="jxr_linenumber" name="L79" href="#L79">79</a>  <em 
class="jxr_javadoccomment"> *       &lt;li&gt;using the format for the 
&lt;i&gt;default&lt;/i&gt; &lt;code&gt;Locale&lt;/code&gt;&lt;/li&gt;</em>
 <a class="jxr_linenumber" name="L80" href="#L80">80</a>  <em 
class="jxr_javadoccomment"> *    &lt;/ul&gt;</em>
 <a class="jxr_linenumber" name="L81" href="#L81">81</a>  <em 
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L82" href="#L82">82</a>  <em 
class="jxr_javadoccomment"> * @version $Revision: 1227719 $ $Date: 2012-01-05 
18:45:51 +0100 (Do, 05 Jan 2012) $</em>
+<a class="jxr_linenumber" name="L82" href="#L82">82</a>  <em 
class="jxr_javadoccomment"> * @version $Revision: 1649191 $</em>
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>  <em 
class="jxr_javadoccomment"> * @since Validator 1.3.0</em>
 <a class="jxr_linenumber" name="L84" href="#L84">84</a>  <em 
class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="L85" href="#L85">85</a>  <strong 
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> 
<a 
href="../../../../../org/apache/commons/validator/routines/DateValidator.html">DateValidator</a>
 <strong class="jxr_keyword">extends</strong> <a 
href="../../../../../org/apache/commons/validator/routines/AbstractCalendarValidator.html">AbstractCalendarValidator</a>
 {
@@ -357,6 +357,6 @@
 <a class="jxr_linenumber" name="L349" href="#L349">349</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2014 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2015 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file


Reply via email to