Author: matzew
Date: Fri Oct 27 16:25:28 2006
New Revision: 468585

URL: http://svn.apache.org/viewvc?view=rev&rev=468585
Log:
typo

Modified:
    
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/UIXComponentTag.java

Modified: 
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/UIXComponentTag.java
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/UIXComponentTag.java?view=diff&rev=468585&r1=468584&r2=468585
==============================================================================
--- 
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/UIXComponentTag.java
 (original)
+++ 
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/webapp/UIXComponentTag.java
 Fri Oct 27 16:25:28 2006
@@ -261,9 +261,9 @@
   }
 
   /**
-   * Set a property of type java.lang.Dobule.  If the value
+   * Set a property of type java.lang.Double.  If the value
    * is an EL expression, it will be stored as a ValueBinding.
-   * Otherwise, it will parsed with Dobule.valueOf().
+   * Otherwise, it will parsed with Double.valueOf().
    * Null values are ignored.
    */
   protected void setDoubleProperty(
@@ -287,7 +287,7 @@
   /**
    * Set a property of type java.lang.Float.  If the value
    * is an EL expression, it will be stored as a ValueBinding.
-   * Otherwise, it will parsed with Dobule.valueOf().
+   * Otherwise, it will parsed with Float.valueOf().
    * Null values are ignored.
    */
   protected void setFloatProperty(


Reply via email to