You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/12/16 09:19:31 UTC

svn commit: r487776 - /incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml

Author: matzew
Date: Sat Dec 16 01:19:31 2006
New Revision: 487776

URL: http://svn.apache.org/viewvc?view=rev&rev=487776
Log:
fixed minor documentation issue (shortish is not really new...)

Modified:
    incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml

Modified: incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml?view=diff&rev=487776&r1=487775&r2=487776
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/converters/trinidad/DateTime.xml Sat Dec 16 01:19:31 2006
@@ -227,7 +227,7 @@
       <mfp:long-description><![CDATA[Converts string into java.util.Date and vice versa based on the pattern
           and style set.
           <html:p>
-            New dateStyle <html:code>shortish</html:code> has been introduced.
+            The default dateStyle is <html:code>shortish</html:code>.
             Shortish is identical to <html:code>short</html:code> but forces the year to be
             a full four digits. <code>dateStyle</code> defaults to <html:code>shortish</html:code>
             if it was not set.